diff options
author | Tapani Pälli <[email protected]> | 2018-05-16 08:38:50 +0300 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2018-05-21 09:26:50 +0300 |
commit | 63525ba730e3d8a466d7f6382a2b91f4c75dd171 (patch) | |
tree | 50afc3e089a846a5433b31893444658b7ef4fa21 /Android.common.mk | |
parent | 437acae704337120c23a365b3d9aad92213cf500 (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 <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'Android.common.mk')
-rw-r--r-- | Android.common.mk | 1 |
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 |