From 80f23f6d2072b277c84be7d0185bd3f6d7da6f5c Mon Sep 17 00:00:00 2001 From: Andrii Kulian Date: Thu, 5 Jan 2023 05:22:46 +0000 Subject: [PATCH] Enable WM Extensions on Pixel 7 Bug: 266196089 Change-Id: I483eb3ee9106c90ee68f1c656d7b61bcd98d829f --- device-cheetah.mk | 3 +++ device-panther.mk | 3 +++ 2 files changed, 6 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index 0fbb3b1..7fba79f 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -362,3 +362,6 @@ PRODUCT_PACKAGES_DEBUG += android.hardware.biometrics.fingerprint-service.exampl # Setup Wizard device-specific settings PRODUCT_PRODUCT_PROPERTIES += \ setupwizard.feature.enable_quick_start_flow_for_debug=true \ + +# Window Extensions +$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/device-panther.mk b/device-panther.mk index b9561be..c065c17 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -345,3 +345,6 @@ PRODUCT_PACKAGES_DEBUG += android.hardware.biometrics.fingerprint-service.exampl # Setup Wizard device-specific settings PRODUCT_PRODUCT_PROPERTIES += \ setupwizard.feature.enable_quick_start_flow_for_debug=true \ + +# Window Extensions +$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)