Merge changes I8f20db07,Id3a8dd20,I0275a5d4
am: 6553fd6cad
Change-Id: I1e54f781f0ea3929200ecb3505ec71cb0ad30b99
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
# VNDK
|
# VNDK
|
||||||
BOARD_VNDK_VERSION := current
|
BOARD_VNDK_VERSION := current
|
||||||
BOARD_VNDK_RUNTIME_DISABLE := true
|
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
TARGET_SYSTEM_PROP := build/make/target/board/treble_system.prop
|
TARGET_SYSTEM_PROP := build/make/target/board/treble_system.prop
|
||||||
|
@@ -26,6 +26,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
|
|||||||
# Split selinux policy
|
# Split selinux policy
|
||||||
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
||||||
|
|
||||||
|
# vintf utility:
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
vintf
|
||||||
|
|
||||||
# The Messaging app:
|
# The Messaging app:
|
||||||
# Needed for android.telecom.cts.ExtendedInCallServiceTest#testOnCannedTextResponsesLoaded
|
# Needed for android.telecom.cts.ExtendedInCallServiceTest#testOnCannedTextResponsesLoaded
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
@@ -63,6 +67,11 @@ PRODUCT_PACKAGES += \
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
netutils-wrapper-1.0
|
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):
|
# Android Verified Boot (AVB):
|
||||||
# Builds a special vbmeta.img that disables AVB verification.
|
# Builds a special vbmeta.img that disables AVB verification.
|
||||||
# Otherwise, AVB will prevent the device from booting the generic system.img.
|
# Otherwise, AVB will prevent the device from booting the generic system.img.
|
||||||
|
Reference in New Issue
Block a user