summaryrefslogtreecommitdiffstats
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-08-13 08:42:58 +0200
committerGitHub <noreply@github.com>2021-08-13 08:42:58 +0200
commit4c53669d8ab07b27cbf953840b3007357addb16b (patch)
tree271c5a2448b4b067eeeb05afd6045a881de0dc26 /platform/android/detect.py
parentd4c04a9b431da5c8797da900e89737d6a2da6413 (diff)
parent7b7e17a626392aee0850889e3487b282f0bbc9b6 (diff)
downloadredot-engine-4c53669d8ab07b27cbf953840b3007357addb16b.tar.gz
Merge pull request #51524 from RandomShaper/faster_vma
Upgrade Vulkan Memory Allocator, use Volk on Android
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index 9be6f33b93..7a993e9ca6 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -54,7 +54,6 @@ def get_android_ndk_root():
def get_flags():
return [
("tools", False),
- ("use_volk", False),
]