aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2008-10-23 19:59:30 -0700
committerBrian Swetland <swetland@google.com>2008-10-23 19:59:30 -0700
commit65a21bd5635489199331494f3c36efea07016a66 (patch)
tree070dc477e6a7fd010a430051b47f8440371c88d7
parenta1f32ae4c51ded2478ed2ce1001128e3773dd758 (diff)
downloaddream-open-65a21bd5635489199331494f3c36efea07016a66.tar.gz
Android.mk: copy the default APN list into system/etc
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index eff3f6a..18fb887 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,6 +18,11 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/trout-keypad-qwertz.kl:system/usr/keylayout/trout-keypad-qwertz.kl \
$(LOCAL_PATH)/h2w_headset.kl:system/usr/keylayout/h2w_headset.kl
+# default apns list
+#
+PRODUCT_COPY_FILES += \
+ development/data/etc/apns-conf_sdk.xml:system/etc/apns-conf.xml
+
# keyboard maps
#
include $(CLEAR_VARS)