13e8b8bf7e
Change-Id: I6f3249ff6f84862a5a1efee9a50e440381d6866a Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
13 lines
293 B
Makefile
13 lines
293 B
Makefile
# GSM APN list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/replicant/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
|
|
|
# GSM SPN overrides list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/replicant/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml
|
|
|
|
# SIM Toolkit
|
|
PRODUCT_PACKAGES += \
|
|
Stk
|
|
|