gs201: don't inherit aosp_product.mk

This includes some unnecessary telephony bits and overrides.

Change-Id: Id75d9fd584a9981e756bb65a668ed526b4d1cd05
This commit is contained in:
LuK1337
2023-06-23 16:07:35 +02:00
committed by Michael Bestas
parent 6345542a06
commit 6eebc19c3e

View File

@@ -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