am 3f249ac5: am 82f6383f: Merge "Add variable ANDROID_NO_TEST_CHECK to not build all test modules"
* commit '3f249ac58f8d7854850a5c936634389a1ed6e9b0': Add variable ANDROID_NO_TEST_CHECK to not build all test modules
This commit is contained in:
commit
e455897608
|
@ -1000,11 +1000,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
|
||||
|
||||
|
|
Loading…
Reference in New Issue