From a45a739bbaf7ebcfb0097f98e24db8a3adc3ee9c Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 2 Mar 2024 04:22:04 +0200 Subject: [PATCH] Unset PRODUCT_BROKEN_VERIFY_USES_LIBRARIES Change-Id: I6f61d58e2dd419cb11f2aeb4f0faf54145c6a5ce --- aosp_common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/aosp_common.mk b/aosp_common.mk index e8ed927a..d2942d0c 100644 --- a/aosp_common.mk +++ b/aosp_common.mk @@ -46,6 +46,3 @@ $(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