Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2019-09-19 00:42:48 +0300
committerGitHub <noreply@github.com>2019-09-19 00:42:48 +0300
commitacf20302cf923d436a6a2889beda6c069a29caba (patch)
tree5d327deeade775e7df265ca428e6cae3fb98931e /Android.mk
parentc02a6191a1d5948d989fc71f507ecb78d77a16ce (diff)
Android.mk: Add dependency from optimizer file to amd-shader-ballot-insts.inc (#2883)
This is required to fix the NDK build.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c7f8e4790..2eb43682d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -250,6 +250,8 @@ $(LOCAL_PATH)/source/ext_inst.cpp: \
$(1)/spv-amd-shader-ballot.insts.inc \
$(1)/spv-amd-shader-explicit-vertex-parameter.insts.inc \
$(1)/spv-amd-shader-trinary-minmax.insts.inc
+$(LOCAL_PATH)/source/opt/amd_ext_to_khr.cpp: \
+ $(1)/spv-amd-shader-ballot.insts.inc
endef
$(eval $(call gen_spvtools_grammar_tables,$(SPVTOOLS_OUT_PATH)))