Inherit base system_ext.mk files for aosp targets

Make aosp targets inherit handheld_system_ext.mk and
telephony_system_ext.mk files.
Devices that have /system_ext or /system/system_ext must inherit any
of *_system_ext.mk files to install mandatory packages for system_ext
partition.

Bug: 144542478
Test: Build aosp targets
Change-Id: I819fe14e95a386649b6bb95a5bc4bdef65391119
This commit is contained in:
Justin Yun 2019-11-15 16:09:47 +09:00
parent 11e1bd7d93
commit b0f0cbdb7f
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk)
# TODO(b/138706293): Enable mainline checking later
# PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
#
# All components inherited here go to system_ext image
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system_ext.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk)
#
# All components inherited here go to product image
#