summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-22 19:04:44 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-22 19:04:44 -0700
commit3d7bc8574ad91b39ff6d08ee047f6c3176ccfce3 (patch)
treee945c6721e9805bb6eea13fa279af4369aea1658
parentf5808f99677010ba8ec42a1c093fdd0d07ac29bb (diff)
downloadpassion-3d7bc8574ad91b39ff6d08ee047f6c3176ccfce3.tar.gz
Use the long list of APNs
Change-Id: Ia665059501e155d75a4b56e6e6445000a2f200eb
-rw-r--r--full_passion.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/full_passion.mk b/full_passion.mk
index 81d7ff4..6adcd28 100644
--- a/full_passion.mk
+++ b/full_passion.mk
@@ -19,6 +19,14 @@
# product configuration (apps).
#
+# Get the long list of APNs
+PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
+
+# More telephony settings
+PRODUCT_PROPERTY_OVERRIDES := \
+ ro.ril.hsxpa=1 \
+ ro.ril.gprsclass=10
+
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# This is where we'd set a backup provider if we had one