Some properties are set as optional
Some properties that are designed to provide a safe default value are explicitly set as optional using the 'a ?= b' syntax. Bug: 117892318 Bug: 158735147 Test: m Change-Id: Ie6a50ab7e0bcb210e282bc18e8c1daf412903f90
This commit is contained in:
@@ -23,9 +23,9 @@ $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
|
||||
|
||||
# Additional settings used in all AOSP builds
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.config.ringtone=Ring_Synth_04.ogg \
|
||||
ro.config.notification_sound=pixiedust.ogg \
|
||||
ro.com.android.dataroaming=true \
|
||||
ro.config.ringtone?=Ring_Synth_04.ogg \
|
||||
ro.config.notification_sound?=pixiedust.ogg \
|
||||
ro.com.android.dataroaming?=true \
|
||||
|
||||
# More AOSP packages
|
||||
PRODUCT_PACKAGES += \
|
||||
|
Reference in New Issue
Block a user