You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
518 B

# GMS
ifeq ($(WITH_GMS),true)
WITH_GMS_COMMS_SUITE := true
endif
# Sensitive Phone Numbers list
PRODUCT_PACKAGES += \
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