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:
parent
fc52ef0a23
commit
9cec456e4f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue