summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2021-05-27 21:34:46 -0700
committerBill Yi <byi@google.com>2021-05-27 21:34:46 -0700
commit81305c14463d5b0b98c06208a4ef705aac4921f3 (patch)
tree37868d8d98b88fdab60d4f1d930724a751587fea
parentc000e981854fc569d3c1ceebf4cdd3449cb8d7f8 (diff)
downloadbramble-81305c14463d5b0b98c06208a4ef705aac4921f3.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 Test: pass the build Change-Id: I6ad9376d66d2427454ab21ef224557123eaaf93a
-rw-r--r--aosp_bramble.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/aosp_bramble.mk b/aosp_bramble.mk
index f2ca456..11d4684 100644
--- a/aosp_bramble.mk
+++ b/aosp_bramble.mk
@@ -65,6 +65,9 @@ PRODUCT_BUILD_SUPER_PARTITION := false
# b/113232673 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
+
PRODUCT_MANUFACTURER := Google
PRODUCT_BRAND := Android
PRODUCT_NAME := aosp_bramble