summaryrefslogtreecommitdiff
path: root/Android.common.mk
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2018-05-16 08:38:50 +0300
committerTapani Pälli <tapani.palli@intel.com>2018-05-21 09:26:50 +0300
commit63525ba730e3d8a466d7f6382a2b91f4c75dd171 (patch)
tree50afc3e089a846a5433b31893444658b7ef4fa21 /Android.common.mk
parent437acae704337120c23a365b3d9aad92213cf500 (diff)
android: enable VK_ANDROID_native_buffer
Patch changes entrypoints generator to not skip this extension even though it is set as disabled in the xml. We also need compilation flag VK_USE_PLATFORM_ANDROID_KHR to be enabled. It looks like this extension got disabled in commit 69f447553c. v2: just remove the whole 'supported' attrib check + remove vk_icd.h compilation fix (fix in VulkanHeaders instead) Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'Android.common.mk')
-rw-r--r--Android.common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.common.mk b/Android.common.mk
index e8aed48c31a..999e17789b1 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -73,6 +73,7 @@ LOCAL_CFLAGS += \
-DHAVE_ENDIAN_H \
-DHAVE_ZLIB \
-DMAJOR_IN_SYSMACROS \
+ -DVK_USE_PLATFORM_ANDROID_KHR \
-fvisibility=hidden \
-Wno-sign-compare