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

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

Merge "Don't build tests in normal builds"

am: 4bf332a5

Change-Id: I0e071f8c73482395565ff68e15d828eeb0060093
parents f158f2d1 4bf332a5
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1078,15 +1078,6 @@ tests : host-tests target-tests
# Phony target to run all java compilations that use javac instead of jack.
.PHONY: javac-check

# To catch more build breakage, check build tests modules in eng and userdebug builds.
ifneq ($(ANDROID_NO_TEST_CHECK),true)
ifneq ($(TARGET_BUILD_PDK),true)
ifneq ($(filter eng userdebug,$(TARGET_BUILD_VARIANT)),)
droidcore : target-tests host-tests
endif
endif
endif

ifneq (,$(filter samplecode, $(MAKECMDGOALS)))
.PHONY: samplecode
sample_MODULES := $(sort $(call get-tagged-modules,samples))