Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit beb96459 authored by LuK1337's avatar LuK1337 Committed by Łukasz Patron
Browse files

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
parent b4128c48
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 :=
+5 −0
Original line number Diff line number Diff line
@@ -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 :=