4913344f72
Attempt to fix dependency issue Change-Id: I0122fc4665827bfcefd61e4287d9ff685b675aee
15 lines
345 B
Makefile
15 lines
345 B
Makefile
# World APN list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
|
|
|
# World SPN overrides list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml
|
|
|
|
# Telephony packages
|
|
PRODUCT_PACKAGES += \
|
|
Mms \
|
|
Stk \
|
|
CellBroadcastReceiver \
|
|
WhisperPush
|