summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2021-05-27 21:39:42 -0700
committerBill Yi <byi@google.com>2021-05-27 21:39:42 -0700
commitdbe0e5d4e923bc4293248c6a37bda47ad7bbef23 (patch)
tree2f380e4b6f15cb984e9bb5f64f8b3183258bb86e
parent1e8723fe2a63765b0de1502581841fdc89c814da (diff)
downloadredfin-dbe0e5d4e923bc4293248c6a37bda47ad7bbef23.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: I4343d46d4fe8fc1e24a3d7c9f4e88908bdc651bd
-rw-r--r--aosp_redfin.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/aosp_redfin.mk b/aosp_redfin.mk
index a36607c..10b4b21 100644
--- a/aosp_redfin.mk
+++ b/aosp_redfin.mk
@@ -67,6 +67,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_redfin