Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 253f3162 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

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

am: 6e54952b

Change-Id: I5ca7e4bd210a66aaeb305ab7ab326683ef89ea0b
parents e074e6a0 6e54952b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.