build: Make gsi_arm{,64} inherit full_base_telephony.mk

Without it, some packages such as overlays for 3 button/gestural
navigation aren't installed.

Change-Id: Ic72d9cb628e6f276de0cec6d84130d09d4e218ec
This commit is contained in:
LuK1337
2024-09-27 17:22:36 +02:00
committed by Łukasz Patron
parent b4128c4846
commit beb9645944
2 changed files with 9 additions and 0 deletions

View File

@@ -14,6 +14,8 @@
$(call inherit-product, device/generic/common/gsi_arm.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
include vendor/lineage/build/target/product/lineage_generic_target.mk
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
@@ -21,3 +23,5 @@ PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
TARGET_NO_KERNEL_OVERRIDE := true
PRODUCT_NAME := lineage_gsi_arm
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS :=

View File

@@ -14,6 +14,8 @@
$(call inherit-product, device/generic/common/gsi_arm64.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
include vendor/lineage/build/target/product/lineage_generic_target.mk
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
@@ -21,3 +23,6 @@ PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
TARGET_NO_KERNEL_OVERRIDE := true
PRODUCT_NAME := lineage_gsi_arm64
PRODUCT_DEVICE := generic_arm64
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS :=