* desktop windowing mode depends on it Change-Id: Iffdab6b268a3a3ac0fb78027c4900a3fef1eeac5
13 lines
476 B
Makefile
13 lines
476 B
Makefile
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
|
|
|
# Freeform window management
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.freeform_window_management.xml
|
|
|
|
# Settings
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
persist.settings.large_screen_opt.enabled=true
|
|
|
|
# Tablet-specific overlay
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/tablet
|