Merge "GSI: add the messaging app" into oc-mr1-dev
This commit is contained in:
commit
90e737c6b6
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
|
|||
# Split selinux policy
|
||||
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
||||
|
||||
# The Messaging app:
|
||||
# Needed for android.telecom.cts.ExtendedInCallServiceTest#testOnCannedTextResponsesLoaded
|
||||
PRODUCT_PACKAGES += \
|
||||
messaging
|
||||
|
||||
# All VNDK libraries (HAL interfaces, VNDK, VNDK-SP, LL-NDK)
|
||||
PRODUCT_PACKAGES += vndk_package
|
||||
|
||||
|
|
Loading…
Reference in a new issue