summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2021-05-27 21:39:42 -0700
committerBill Yi <byi@google.com>2021-07-13 21:50:54 +0000
commitb2af8e0a146af655158fb7c820ad7f5bdefba53e (patch)
tree0ae819111d3fd10e37c966d2cc0a57b8700a0696
parentb5ee2e6e1d62a4edfddce3e090cff24944fac864 (diff)
downloadredfin-b2af8e0a146af655158fb7c820ad7f5bdefba53e.tar.gz
Bypass build time check for users-libsandroid-s-beta-5android-s-beta-5
* set PRODUCT_BROKEN_VERIFY_USES_LIBRARIES to true to bypss the build time check on users-libs to fix the build error. Merged-In: I824345fdba8af9c641b86c423c882a0065b5289c Bug: 189477034 Test: pass the build Change-Id: I4343d46d4fe8fc1e24a3d7c9f4e88908bdc651bd (cherry picked from commit dbe0e5d4e923bc4293248c6a37bda47ad7bbef23)
-rw-r--r--aosp_redfin.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/aosp_redfin.mk b/aosp_redfin.mk
index 9245cee..5f2ced8 100644
--- a/aosp_redfin.mk
+++ b/aosp_redfin.mk
@@ -61,6 +61,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