From a8a4ca274801a776e987aa20b68fca5bffebc3d8 Mon Sep 17 00:00:00 2001 From: Bill Yi Date: Fri, 25 Mar 2022 19:58:27 -0700 Subject: Bypass build time check for users-libs * set PRODUCT_BROKEN_VERIFY_USES_LIBRARIES to true to bypss the build time check on users-libs to fix the build error. Bug: 189477034 Bug: 217478568 Test: pass the build Change-Id: I09e5a627eeddc7529a1cc8e33c40e1750eac7c51 --- aosp_common.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'aosp_common.mk') diff --git a/aosp_common.mk b/aosp_common.mk index 52ea597..30d037c 100644 --- a/aosp_common.mk +++ b/aosp_common.mk @@ -46,3 +46,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk) # TODO: fix # PRODUCT_RESTRICT_VENDOR_FILES := all + +# b/189477034: Bypass build time check on uses_libs until vendor fixes all their apps +PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true -- cgit v1.2.3