Disable WM Extensions on Pixel 6

Bug: 266196089
Test: Build
Change-Id: Id317b1626a522f6b7b8a4926c4bdf21ed67bd765
(cherry picked from commit e81ae9f5e14ae9f3d87ac9bfa2456d69edf86d92)
diff --git a/device-oriole.mk b/device-oriole.mk
index 2763be8..3f94723 100644
--- a/device-oriole.mk
+++ b/device-oriole.mk
@@ -277,13 +277,6 @@
 		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
-
 # Enable DeviceAsWebcam support
 PRODUCT_VENDOR_PROPERTIES += \
     ro.usb.uvc.enabled=true
diff --git a/device-raven.mk b/device-raven.mk
index 7036e94..6a15387 100644
--- a/device-raven.mk
+++ b/device-raven.mk
@@ -296,13 +296,6 @@
 		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
-
 # Enable DeviceAsWebcam support
 PRODUCT_VENDOR_PROPERTIES += \
     ro.usb.uvc.enabled=true