Merge "Enable WM Extensions" into udc-dev

This commit is contained in:
Louis Chang
2023-03-07 04:58:29 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -284,3 +284,6 @@ PRODUCT_VENDOR_PROPERTIES += \
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGE9DP
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

View File

@@ -273,3 +273,6 @@ PRODUCT_VENDOR_PROPERTIES += \
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGZPF0
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)