summaryrefslogtreecommitdiff
path: root/aosp_common.mk
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2022-03-25 19:58:27 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-03-28 06:20:42 +0000
commita8a4ca274801a776e987aa20b68fca5bffebc3d8 (patch)
tree8767a98493148c6c4f4c0d71fa0194cd89036525 /aosp_common.mk
parent1b3717c9d719e0b7b421051bf301f9f98fab080f (diff)
downloadgs201-a8a4ca274801a776e987aa20b68fca5bffebc3d8.tar.gz
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
Diffstat (limited to 'aosp_common.mk')
-rw-r--r--aosp_common.mk3
1 files changed, 3 insertions, 0 deletions
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