Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a6ee53f authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Some properties are set as optional am: 7b933fb5

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12042309

Change-Id: I79c4430d0f116f6f972c28b39d5e85431835bd7b
parents d1b411bc 7b933fb5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 += \
+2 −2
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@ PRODUCT_PACKAGES += \

# Additional settings used in all AOSP builds
PRODUCT_VENDOR_PROPERTIES := \
    ro.config.ringtone=Ring_Synth_04.ogg \
    ro.config.notification_sound=pixiedust.ogg
    ro.config.ringtone?=Ring_Synth_04.ogg \
    ro.config.notification_sound?=pixiedust.ogg

# Put en_US first in the list, so make it default.
PRODUCT_LOCALES := en_US
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@
# entirely appropriate to inherit from for on-device configurations.

PRODUCT_VENDOR_PROPERTIES := \
    keyguard.no_require_sim=true \
    ro.com.android.dataroaming=true
    keyguard.no_require_sim?=true \
    ro.com.android.dataroaming?=true

PRODUCT_COPY_FILES := \
    device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml \
+3 −3
Original line number Diff line number Diff line
@@ -83,6 +83,6 @@ PRODUCT_COPY_FILES += \
    frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf

PRODUCT_VENDOR_PROPERTIES += \
    ro.carrier=unknown \
    ro.config.notification_sound=OnTheHunt.ogg \
    ro.config.alarm_alert=Alarm_Classic.ogg
    ro.carrier?=unknown \
    ro.config.notification_sound?=OnTheHunt.ogg \
    ro.config.alarm_alert?=Alarm_Classic.ogg
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
# On userdebug builds, collect more tombstones by default.
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
PRODUCT_VENDOR_PROPERTIES += \
    tombstoned.max_tombstone_count=50
    tombstoned.max_tombstone_count?=50
endif

PRODUCT_VENDOR_PROPERTIES += \