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.
Merged-In: I6a1fe6a4c927ebe09338d8aff9ace8ebb9e9af71
Bug: 189477034
Test: pass the build
Change-Id: I6ad9376d66d2427454ab21ef224557123eaaf93a
(cherry picked from commit 81305c1446)
This commit is contained in:
@@ -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_bramble
|
||||
|
||||
Reference in New Issue
Block a user