aboutsummaryrefslogtreecommitdiff
path: root/methods.py
diff options
context:
space:
mode:
authorRamesh Ravone2017-10-07 15:10:17 +0530
committerRamesh Ravone2017-10-07 15:10:17 +0530
commita4cee286e66293dab1a377c83971764fe7d480a2 (patch)
treee1d53341b94083f704bc9cc5b8631f2bfcc3ce89 /methods.py
parentbd10a002402de6e3a69a17af604784ea7f5b3330 (diff)
downloadgodot-a4cee286e66293dab1a377c83971764fe7d480a2.tar.gz
godot-a4cee286e66293dab1a377c83971764fe7d480a2.tar.zst
godot-a4cee286e66293dab1a377c83971764fe7d480a2.zip
Diffstat (limited to 'methods.py')
-rw-r--r--methods.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/methods.py b/methods.py
index f1ef95f6f..b56a0364b 100644
--- a/methods.py
+++ b/methods.py
@@ -1360,6 +1360,10 @@ def win32_spawn(sh, escape, cmd, args, spawnenv):
return exit_code
"""
+def android_add_flat_dir(self, dir):
+ if (dir not in self.android_flat_dirs):
+ self.android_flat_dirs.append(dir)
+
def android_add_maven_repository(self, url):
if (url not in self.android_maven_repos):
self.android_maven_repos.append(url)