Android.mk: Add dependency from optimizer file to amd-shader-ballot-insts.inc (#2883)

This is required to fix the NDK build.
This commit is contained in:
David Neto 2019-09-18 17:42:48 -04:00 committed by GitHub
parent c02a6191a1
commit acf20302cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)))