summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-02 01:02:18 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-02 01:02:18 +0000
commitf0bd4c6d3efb307c54f0297d8966c2a49d23d539 (patch)
treea6c3f84dfbdf7452d4838e3a6e45d8a18ce663e2
parent8328d1d2c4cd4d60fb928cfbcefac5c27aadd031 (diff)
parent0d9770f28f72db3e454d77f48afec7bfdd3624e0 (diff)
downloadcrosshatch-f0bd4c6d3efb307c54f0297d8966c2a49d23d539.tar.gz
Snap for 7414767 from 0d9770f28f72db3e454d77f48afec7bfdd3624e0 to sc-release
Change-Id: I75bade6d3cc8a1a072beec25649199f019958f4c
-rw-r--r--aosp_blueline.mk3
-rw-r--r--aosp_crosshatch.mk3
2 files changed, 6 insertions, 0 deletions
diff --git a/aosp_blueline.mk b/aosp_blueline.mk
index 65981670..c3833cb6 100644
--- a/aosp_blueline.mk
+++ b/aosp_blueline.mk
@@ -49,6 +49,9 @@ PRODUCT_COPY_FILES += $(LOCAL_PATH)/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/
# 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
+
# Keep the VNDK APEX in /system partition for REL branches as these branches are
# expected to have stable API/ABI surfaces.
ifneq (REL,$(PLATFORM_VERSION_CODENAME))
diff --git a/aosp_crosshatch.mk b/aosp_crosshatch.mk
index 9d7806b8..6e8daccc 100644
--- a/aosp_crosshatch.mk
+++ b/aosp_crosshatch.mk
@@ -52,6 +52,9 @@ PRODUCT_COPY_FILES += $(LOCAL_PATH)/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/
# 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
+
# Keep the VNDK APEX in /system partition for REL branches as these branches are
# expected to have stable API/ABI surfaces.
ifneq (REL,$(PLATFORM_VERSION_CODENAME))