forked from openkylin/platform_build
Disable <uses-library> checks for more tests (to fix MTS builds).
Bug: 132357300 Bug: 188648210 Fixes: 188907662 Test: lunch aosp_cf_x86_64_phone-userdebug && m mts && m gts Change-Id: Iae0ecac076b351b2da929bb455f00f03ece130bd (cherry picked from commit d5e6a7c6200c0bafad3ea5d1f6c62f37420b86db)
This commit is contained in:
parent
7ff708ad9b
commit
da5c795604
|
@ -210,6 +210,9 @@ endif
|
|||
ifneq (,$(filter $(LOCAL_MODULE_TAGS),tests))
|
||||
LOCAL_ENFORCE_USES_LIBRARIES := false
|
||||
endif
|
||||
ifneq (,$(LOCAL_COMPATIBILITY_SUITE))
|
||||
LOCAL_ENFORCE_USES_LIBRARIES := false
|
||||
endif
|
||||
|
||||
# Disable the check if the app contains no java code.
|
||||
ifeq (,$(strip $(built_dex)$(my_prebuilt_src_file)$(LOCAL_SOONG_DEX_JAR)))
|
||||
|
|
Loading…
Reference in New Issue