From 65f27efe24383a125a84b00739a4f5bfc512bc2b Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 23 Jun 2023 16:07:35 +0200 Subject: [PATCH] gs201: don't inherit aosp_product.mk This includes some unnecessary telephony bits and overrides. Change-Id: Id75d9fd584a9981e756bb65a668ed526b4d1cd05 --- aosp_common.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aosp_common.mk b/aosp_common.mk index 87243925..a45fd74d 100644 --- a/aosp_common.mk +++ b/aosp_common.mk @@ -34,7 +34,10 @@ endif # # All components inherited here go to product image # -$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_product.mk) +ifneq ($(BOARD_WITHOUT_RADIO),true) +$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_product.mk) +endif # # All components inherited here go to vendor image