Loading core/soong_app_prebuilt.mk +4 −0 Original line number Original line Diff line number Diff line Loading @@ -41,6 +41,10 @@ ifdef LOCAL_SOONG_CLASSES_JAR $(eval $(call copy-one-file,$(full_classes_jar),$(full_classes_header_jar))) $(eval $(call copy-one-file,$(full_classes_jar),$(full_classes_header_jar))) endif endif endif # TURBINE_ENABLED != false endif # TURBINE_ENABLED != false javac-check : $(full_classes_jar) javac-check-$(LOCAL_MODULE) : $(full_classes_jar) .PHONY: javac-check-$(LOCAL_MODULE) endif endif # Run veridex on product, system_ext and vendor modules. # Run veridex on product, system_ext and vendor modules. Loading Loading
core/soong_app_prebuilt.mk +4 −0 Original line number Original line Diff line number Diff line Loading @@ -41,6 +41,10 @@ ifdef LOCAL_SOONG_CLASSES_JAR $(eval $(call copy-one-file,$(full_classes_jar),$(full_classes_header_jar))) $(eval $(call copy-one-file,$(full_classes_jar),$(full_classes_header_jar))) endif endif endif # TURBINE_ENABLED != false endif # TURBINE_ENABLED != false javac-check : $(full_classes_jar) javac-check-$(LOCAL_MODULE) : $(full_classes_jar) .PHONY: javac-check-$(LOCAL_MODULE) endif endif # Run veridex on product, system_ext and vendor modules. # Run veridex on product, system_ext and vendor modules. Loading