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

Commit 3f249ac5 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 82f6383f: Merge "Add variable ANDROID_NO_TEST_CHECK to not build all test modules"

* commit '82f6383f':
  Add variable ANDROID_NO_TEST_CHECK to not build all test modules
parents dc175a0f 82f6383f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1008,11 +1008,13 @@ target-native-tests : native-target-tests
tests : host-tests target-tests

# 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

.PHONY: lintall