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/gsm.mk b/config/gsm.mk
new file mode 100644
index 0000000..17ddbca
--- /dev/null
+++ b/config/gsm.mk
@@ -0,0 +1,7 @@
+# GSM APN list
+PRODUCT_COPY_FILES += \
+ vendor/omni/prebuilt/etc/apns-conf.xml:system/etc/apns-conf.xml
+
+# SIM Toolkit
+PRODUCT_PACKAGES += \
+ Stk