diff options
author | Lionel Landwerlin <[email protected]> | 2018-11-06 11:37:50 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-11-06 15:28:07 +0000 |
commit | b43f955037c77e8fac3811c466d9ae3947586478 (patch) | |
tree | 598ff74ca5b2729c6dc0767a78d84540a86cec25 /src/intel/Makefile.vulkan.am | |
parent | f6131d4ec7a24b9731bb01b6b3bd786ea48ba3bb (diff) |
anv: stub internal android code
This reduces the amount of #ifdef ANDROID we'll have to have inside
the driver. Potentially offering better coverage of the android
extensions.
v2: Move anv_android.h include before anv_entrypoints.h (Tapani)
Fix autotools android build (Lionel)
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/intel/Makefile.vulkan.am')
-rw-r--r-- | src/intel/Makefile.vulkan.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/Makefile.vulkan.am b/src/intel/Makefile.vulkan.am index 49108bbf946..ccf7a9f4690 100644 --- a/src/intel/Makefile.vulkan.am +++ b/src/intel/Makefile.vulkan.am @@ -171,6 +171,8 @@ VULKAN_CPPFLAGS += \ VULKAN_CFLAGS += $(ANDROID_CFLAGS) VULKAN_LIB_DEPS += $(ANDROID_LIBS) VULKAN_SOURCES += $(VULKAN_ANDROID_FILES) +else +VULKAN_SOURCES += $(VULKAN_NON_ANDROID_FILES) endif if HAVE_PLATFORM_X11 |