summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2021-07-07 21:45:06 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-07-07 21:45:06 +0000
commit2323576a898aef4849873b2a41c375c17750f31f (patch)
tree9ee41730a138c94ac960ff45981ed71d696437c8
parentdb6ceb85ef6ca5d412ec03d19b83e1bd85c99013 (diff)
parentc67e3c7f78db1df90a8ba8ed14df5b4701764dfd (diff)
downloadbonito-2323576a898aef4849873b2a41c375c17750f31f.tar.gz
Bypass build time check for users-libs am: c67e3c7f78
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bonito/+/15199118 Change-Id: I916ba4f7fce569932a8f7c2ab18c098423c31af6
-rw-r--r--aosp_bonito.mk3
-rw-r--r--aosp_sargo.mk3
2 files changed, 6 insertions, 0 deletions
diff --git a/aosp_bonito.mk b/aosp_bonito.mk
index e4f3898e..050a6220 100644
--- a/aosp_bonito.mk
+++ b/aosp_bonito.mk
@@ -51,6 +51,9 @@ PRODUCT_COPY_FILES += \
# STOPSHIP deal with Qualcomm stuff later
# 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
+
# Keep the VNDK APEX in /system partition for REL branches as these branches are
# expected to have stable API/ABI surfaces.
ifneq (REL,$(PLATFORM_VERSION_CODENAME))
diff --git a/aosp_sargo.mk b/aosp_sargo.mk
index 1de61a7e..976af660 100644
--- a/aosp_sargo.mk
+++ b/aosp_sargo.mk
@@ -51,6 +51,9 @@ PRODUCT_COPY_FILES += \
# STOPSHIP deal with Qualcomm stuff later
# 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
+
# Keep the VNDK APEX in /system partition for REL branches as these branches are
# expected to have stable API/ABI surfaces.
ifneq (REL,$(PLATFORM_VERSION_CODENAME))