diff options
author | Tapani Pälli <[email protected]> | 2017-08-03 11:53:23 +0300 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2017-08-03 13:09:59 +0300 |
commit | ca6237eb4f830d42d6ce982a3243f5958a5394ba (patch) | |
tree | feb03af99099e12b5df82097a68088922cecdac9 | |
parent | 5baed8f0e64e5154d77ccd96ebe2d933a579e7f3 (diff) |
android: anv_extensions.c is generated to libmesa_vulkan_common
Fixes build error with anv_extensions.c not found for
libmesa_anv_entrypoints.
Fixes: d62063c "anv: Autogenerate extension query and lookup"
Signed-off-by: Tapani Pälli <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/intel/Android.vulkan.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/Android.vulkan.mk b/src/intel/Android.vulkan.mk index 449d1fc83a8..17ae4b071b3 100644 --- a/src/intel/Android.vulkan.mk +++ b/src/intel/Android.vulkan.mk @@ -55,7 +55,6 @@ LOCAL_C_INCLUDES := \ $(VULKAN_COMMON_INCLUDES) LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/anv_entrypoints.h -LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/anv_extensions.c LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/dummy.c $(intermediates)/vulkan/dummy.c: @@ -209,6 +208,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \ # conditions since they are stored in another location. LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/anv_entrypoints.c +LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/anv_extensions.c $(intermediates)/vulkan/anv_entrypoints.c: @mkdir -p $(dir $@) |