commit | 3ae84aaf4cfc118e45f55028483dbeeebee98242 | [log] [tgz] |
---|---|---|
author | Jiangyi <sam.andrew.jiang@gmail.com> | Mon Oct 21 18:27:52 2013 -0400 |
committer | Jiangyi <sam.andrew.jiang@gmail.com> | Tue Oct 22 12:32:28 2013 -0400 |
tree | 8cbb0c096ed34f5076885b185c2c1b3ed8fde722 | |
parent | a5c9a7bab41f6dd15aa59f3606923e321327e268 [diff] [blame] |
vendor/omni: Add GSM/CDMA specific makefiles Devices which inherit gsm.mk will build Stk and copy the GSM APN list while those that inherit cdma.mk will have the CDMA APN list copied. Change-Id: Ibe8e5c85d60991e137bc9c01b1b44acbd20ef3aa
diff --git a/config/cdma.mk b/config/cdma.mk new file mode 100644 index 0000000..2d10c99 --- /dev/null +++ b/config/cdma.mk
@@ -0,0 +1,3 @@ +# CDMA APN list +PRODUCT_COPY_FILES += \ + vendor/omni/prebuilt/etc/apns-conf-cdma.xml:system/etc/apns-conf.xml