330824d4dd
* Instead of explicitly building androidx.window.extensions Change-Id: I107ef8ef49eab77d91aa06fe3ade55eeaae83c71
14 lines
470 B
Makefile
14 lines
470 B
Makefile
$(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 += \
|
|
LatinIME
|
|
|
|
# Include Lineage LatinIME dictionaries
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
|
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|