diff options
author | Danny Lin <danny@kdrag0n.dev> | 2021-05-05 00:29:27 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-27 18:50:18 +0800 |
commit | 1c91d5c03aefb9bc9c0c94553ca1aac40a9a04f7 (patch) | |
tree | e9ecc6497768dbc38ba5a2f5c36d454676e0116d | |
parent | 886fd26ba9b1acbe4ea54a34e4add37e87663522 (diff) |
product: Remove default AOSP sounds
We'll ship a different collection of sounds in our vendor module.
Change-Id: I30383b8fd75c1171ce3f4c5059d75995c0399bad
Signed-off-by: alk3pInjection <webmaster@raspii.tech>
-rw-r--r-- | target/product/full_base.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/product/full_base.mk b/target/product/full_base.mk index a8e1e913f7..2de47ef975 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -42,17 +42,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ netutils-wrapper-1.0 -# Additional settings used in all AOSP builds -PRODUCT_VENDOR_PROPERTIES := \ - 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 -# Get some sounds -$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) - # Get a list of languages. $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) |