diff options
-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) |