Add a default apn-conf.xml into GSI

Add a default apn-conf.xml for telephony data network, then some
devices, ex. emulator, could use the default setting when it's
system image overrided by GSI.

Bug: 69869274
Test: build pass and boot a Pixel device with GSI to home screen
Change-Id: I84ebd8f2d97471edb4f16002c3eb0e04a711da56
This commit is contained in:
SzuWei Lin 2017-12-08 10:54:43 +08:00
parent fc52ef0a23
commit 9cec456e4f
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,11 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
netutils-wrapper-1.0
# Telephony:
# Provide a default APN configuration
PRODUCT_COPY_FILES += \
device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml
# Android Verified Boot (AVB):
# Builds a special vbmeta.img that disables AVB verification.
# Otherwise, AVB will prevent the device from booting the generic system.img.