am 82f6383f
: Merge "Add variable ANDROID_NO_TEST_CHECK to not build all test modules"
* commit '82f6383fa6bcfc060bbe631b8dab570e3691bb88': Add variable ANDROID_NO_TEST_CHECK to not build all test modules
This commit is contained in:
@@ -1008,11 +1008,13 @@ target-native-tests : native-target-tests
|
|||||||
tests : host-tests target-tests
|
tests : host-tests target-tests
|
||||||
|
|
||||||
# To catch more build breakage, check build tests modules in eng and userdebug builds.
|
# 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 ($(TARGET_BUILD_PDK),true)
|
||||||
ifneq ($(filter eng userdebug,$(TARGET_BUILD_VARIANT)),)
|
ifneq ($(filter eng userdebug,$(TARGET_BUILD_VARIANT)),)
|
||||||
droidcore : target-tests host-tests
|
droidcore : target-tests host-tests
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: lintall
|
.PHONY: lintall
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user