aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYo Chiang <yochiang@google.com>2021-01-22 00:35:05 +0800
committerYo Chiang <yochiang@google.com>2021-01-22 00:50:33 +0800
commitbc98c698a2e4192c0c70ed106b8dc821851d6a29 (patch)
tree49eb1471642654774f2f551a30c7e97c13262403
parent3e5259c24ef3519f550c7a3a9ff2695484b3321a (diff)
downloadcommon-bc98c698a2e4192c0c70ed106b8dc821851d6a29.tar.gz
Update gsi_arm64 to use gsi_product.mk & gsi_system_ext.mk
Bug: 177495407 Test: lunch gsi_arm64-userdebug && m Change-Id: I2daa601eaa66618a84a0e367f76b70bc99f3f2f3
-rw-r--r--gsi_arm64.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/gsi_arm64.mk b/gsi_arm64.mk
index 1c24ec2..53c8300 100644
--- a/gsi_arm64.mk
+++ b/gsi_arm64.mk
@@ -33,13 +33,12 @@ PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := true
#
# 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)
+$(call inherit-product, device/generic/common/gsi_system_ext.mk)
#
# All components inherited here go to product image
#
-$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk)
+$(call inherit-product, device/generic/common/gsi_product.mk)
#
# All components inherited here go to boot image