3db3630f4c
Change-Id: I40dcbdd7767695ae28caf692f0c51553f710069c
21 lines
536 B
Makefile
21 lines
536 B
Makefile
# Sensitive Phone Numbers list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/lineage/prebuilt/common/etc/sensitive_pn.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sensitive_pn.xml
|
|
|
|
# World APN list
|
|
PRODUCT_PACKAGES += \
|
|
apns-conf.xml
|
|
|
|
# Telephony packages
|
|
PRODUCT_PACKAGES += \
|
|
messaging \
|
|
Stk
|
|
|
|
# Default ringtone
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
ro.config.ringtone=Orion.ogg
|
|
|
|
# Tethering - allow without requiring a provisioning app
|
|
# (for devices that check this)
|
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|
net.tethering.noprovisioning=true
|