Enable WM extensions on caiman and komomdo

Bug: 325321407
Test: Build
Change-Id: I1fc9e40f569c84641f5d1d714f24f11f391c9726
This commit is contained in:
Jiaming Liu 2024-03-12 08:25:39 +00:00
parent 97721df433
commit 54eb81e993
3 changed files with 9 additions and 0 deletions

View file

@ -391,3 +391,6 @@ endif
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

View file

@ -387,3 +387,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

View file

@ -357,3 +357,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)