config: Inherit window_extensions.mk
* Instead of explicitly building androidx.window.extensions Change-Id: I107ef8ef49eab77d91aa06fe3ade55eeaae83c71
This commit is contained in:
committed by
Michael Bestas
parent
3450d31de3
commit
330824d4dd
@@ -1,9 +1,10 @@
|
|||||||
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
||||||
# Inherit full common Lineage stuff
|
# Inherit full common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
androidx.window.extensions \
|
|
||||||
LatinIME
|
LatinIME
|
||||||
|
|
||||||
# Include Lineage LatinIME dictionaries
|
# Include Lineage LatinIME dictionaries
|
||||||
|
@@ -1,9 +1,10 @@
|
|||||||
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
||||||
# Inherit full common Lineage stuff
|
# Inherit full common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
androidx.window.extensions \
|
|
||||||
LatinIME
|
LatinIME
|
||||||
|
|
||||||
# Include Lineage LatinIME dictionaries
|
# Include Lineage LatinIME dictionaries
|
||||||
|
@@ -1,9 +1,10 @@
|
|||||||
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
||||||
# Inherit mini common Lineage stuff
|
# Inherit mini common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
androidx.window.extensions \
|
|
||||||
LatinIME
|
LatinIME
|
||||||
|
|
||||||
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
||||||
# Inherit mini common Lineage stuff
|
# Inherit mini common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
androidx.window.extensions \
|
|
||||||
LatinIME
|
LatinIME
|
||||||
|
Reference in New Issue
Block a user