config: Inherit window_extensions.mk

* Instead of explicitly building androidx.window.extensions

Change-Id: I107ef8ef49eab77d91aa06fe3ade55eeaae83c71
This commit is contained in:
Tim Zimmermann
2023-03-14 07:05:52 +01:00
committed by Michael Bestas
parent 3450d31de3
commit 330824d4dd
4 changed files with 8 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full.mk)
# Required packages
PRODUCT_PACKAGES += \
androidx.window.extensions \
LatinIME
# Include Lineage LatinIME dictionaries

View File

@@ -1,9 +1,10 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full.mk)
# Required packages
PRODUCT_PACKAGES += \
androidx.window.extensions \
LatinIME
# Include Lineage LatinIME dictionaries

View File

@@ -1,9 +1,10 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
# Inherit mini common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mini.mk)
# Required packages
PRODUCT_PACKAGES += \
androidx.window.extensions \
LatinIME
$(call inherit-product, vendor/lineage/config/telephony.mk)

View File

@@ -1,7 +1,8 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
# Inherit mini common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mini.mk)
# Required packages
PRODUCT_PACKAGES += \
androidx.window.extensions \
LatinIME