Revert "Disable WM Extensions on Pixel 6" am: 9e53e0ec95
am: f5778141c8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/23193077 Change-Id: I354689eba2467ef207ca692d43cced6dc711fda5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c163a14274
2 changed files with 16 additions and 0 deletions
|
@ -278,3 +278,11 @@ else
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
||||||
endif
|
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
|
||||||
|
|
||||||
|
|
|
@ -297,3 +297,11 @@ else
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
||||||
endif
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue