Merge "Disable apex update for GSI" into qt-dev

am: 66893b698c

Change-Id: I144b524967844a6ac908e071571892ea790ad4ef
This commit is contained in:
Isaac Chen 2019-07-16 20:46:15 -07:00 committed by android-build-merger
commit 9008e80c8e
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_product.mk)
# Default AOSP sounds
$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
# GSI doesn't support apex for now.
# Properties set in product take precedence over those in vendor.
PRODUCT_PRODUCT_PROPERTIES += \
ro.apex.updatable=false
# Additional settings used in all AOSP builds
PRODUCT_PRODUCT_PROPERTIES += \
ro.config.ringtone=Ring_Synth_04.ogg \