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 Bug: 217478568 Test: pass the build Change-Id: I09e5a627eeddc7529a1cc8e33c40e1750eac7c51
This commit is contained in:
parent
1b3717c9d7
commit
a8a4ca2748
1 changed files with 3 additions and 0 deletions
|
@ -46,3 +46,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk)
|
|||
|
||||
# TODO: fix
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue