From e81ae9f5e14ae9f3d87ac9bfa2456d69edf86d92 Mon Sep 17 00:00:00 2001 From: Jiaming Liu Date: Tue, 9 May 2023 05:00:11 +0000 Subject: [PATCH] Disable WM Extensions on Pixel 6 Bug: 266196089 Test: Build Change-Id: Id317b1626a522f6b7b8a4926c4bdf21ed67bd765 --- device-oriole.mk | 8 -------- device-raven.mk | 8 -------- 2 files changed, 16 deletions(-) diff --git a/device-oriole.mk b/device-oriole.mk index f01655c..e7d8fd7 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -271,11 +271,3 @@ else PRODUCT_COPY_FILES += \ device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif - -# Window Extensions -$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) - -# Disable Settings large-screen optimization enabled by Window Extensions -PRODUCT_SYSTEM_PROPERTIES += \ - persist.settings.large_screen_opt.enabled=false - diff --git a/device-raven.mk b/device-raven.mk index a926be3..fffcbfc 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -290,11 +290,3 @@ else PRODUCT_COPY_FILES += \ device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif - -# Window Extensions -$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) - -# Disable Settings large-screen optimization enabled by Window Extensions -PRODUCT_SYSTEM_PROPERTIES += \ - persist.settings.large_screen_opt.enabled=false -