0d2fa55f2f
For Example new devices need the new Sprint APNs, so add a new board flag for them to set that will make the build system add the new APNs to the APN config XML. If the flag is not set, continue to use the old APNs. To add or replace APNs, the custom_apns.py script has been added. If CUSTOM_APNS_FILE is defined, custom_apns.py is run and generates a new version of apns-conf.xml. Change-Id: I7ff12a4342de2a7663b2b66fd627244214a8dc71
22 lines
552 B
Makefile
22 lines
552 B
Makefile
# Sensitive Phone Numbers list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/lineage/prebuilt/common/etc/sensitive_pn.xml:system/etc/sensitive_pn.xml
|
|
|
|
# World APN list
|
|
PRODUCT_PACKAGES += \
|
|
apns-conf.xml
|
|
|
|
# Telephony packages
|
|
PRODUCT_PACKAGES += \
|
|
messaging \
|
|
Stk \
|
|
CellBroadcastReceiver
|
|
|
|
# Default ringtone
|
|
PRODUCT_SYSTEM_DEFAULT_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
|