Disable WM Extensions on Pixel 6

Bug: 266196089
Test: Build
Change-Id: Id317b1626a522f6b7b8a4926c4bdf21ed67bd765
This commit is contained in:
Jiaming Liu 2023-05-09 05:00:11 +00:00
parent 270bec00cc
commit e81ae9f5e1
2 changed files with 0 additions and 16 deletions

View file

@ -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

View file

@ -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