Merge "Add Soong android_app and android_test modules to javac-check"

This commit is contained in:
Treehugger Robot 2020-01-03 19:20:14 +00:00 committed by Gerrit Code Review
commit 6e54952b44
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ ifdef LOCAL_SOONG_CLASSES_JAR
$(eval $(call copy-one-file,$(full_classes_jar),$(full_classes_header_jar)))
endif
endif # TURBINE_ENABLED != false
javac-check : $(full_classes_jar)
javac-check-$(LOCAL_MODULE) : $(full_classes_jar)
.PHONY: javac-check-$(LOCAL_MODULE)
endif
# Run veridex on product, system_ext and vendor modules.