aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2019-10-17 01:25:52 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-17 01:25:52 -0700
commit1d21be95bf164addd2d9bce098a933340933b874 (patch)
tree1b6ba4f7a2943e6fb7fae5899cbe8c258c850833
parentcf2719c9d591e7311d1848a7d2777338db8465bf (diff)
parentf7eb06086d857ce9e2d44a29369d3be302523197 (diff)
downloadcommon-1d21be95bf164addd2d9bce098a933340933b874.tar.gz
Merge "Fix some mgsi issues and add some basic functions" am: e9dfdaa239 am: c393e614e6 am: 3236f5b62d
am: f7eb06086d Change-Id: I060aa3b46b680753603a1ccb4528f3438157a698
-rw-r--r--mgsi/mgsi_product.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/mgsi/mgsi_product.mk b/mgsi/mgsi_product.mk
index 830770c..2bc04b9 100644
--- a/mgsi/mgsi_product.mk
+++ b/mgsi/mgsi_product.mk
@@ -18,4 +18,26 @@ PRODUCT_PACKAGES += \
Launcher3QuickStep \
Settings \
SystemUI \
+ ModuleMetadata \
+ frameworks-base-overlays \
+ LatinIME \
+ Provision \
+# Default AOSP sounds
+$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
+
+# Additional settings used in all AOSP builds
+PRODUCT_PRODUCT_PROPERTIES += \
+ ro.config.ringtone=Ring_Synth_04.ogg \
+ ro.config.notification_sound=pixiedust.ogg \
+ ro.com.android.dataroaming=true \
+
+# Telephony:
+# Provide a APN configuration to GSI product
+PRODUCT_COPY_FILES += \
+ device/sample/etc/apns-full-conf.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/apns-conf.xml
+
+# NFC:
+# Provide a libnfc-nci.conf to GSI product
+PRODUCT_COPY_FILES += \
+ device/generic/common/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf