From 511a2e7b5e1e1efd8109fcfafce63fcbd803b0fb Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 30 Aug 2024 22:03:44 +0300 Subject: [PATCH] felix: Inherit from common_foldable_book_telephony Change-Id: I70aea1238d16edbe47f94ee7ae7355debcf3bbd5 --- lineage_felix.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lineage_felix.mk b/lineage_felix.mk index a45f139..cd4e6f7 100644 --- a/lineage_felix.mk +++ b/lineage_felix.mk @@ -6,13 +6,12 @@ # Inherit some common Lineage stuff. TARGET_DISABLE_EPPE := true -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) +$(call inherit-product, vendor/lineage/config/common_full_foldable_book_telephony.mk) # Inherit device configuration $(call inherit-product, device/google/felix/aosp_felix.mk) $(call inherit-product, device/google/gs201/lineage_common.mk) $(call inherit-product, device/google/felix/device-lineage.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) # Device identifier. This must come after all inclusions PRODUCT_BRAND := google