Merge "Add Soong android_app and android_test modules to javac-check"
am: 6e54952b44
Change-Id: I5ca7e4bd210a66aaeb305ab7ab326683ef89ea0b
This commit is contained in:
commit
253f31621e
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue