[Bluetooth] Disable BT auto on feature
Bug: 333830043 Test: make Change-Id: Ie7f338ff689950142158e94a3cb8874363e072b0
This commit is contained in:
parent
eb93fa3a49
commit
6843e6c008
3 changed files with 3 additions and 3 deletions
|
@ -403,7 +403,7 @@ endif
|
||||||
|
|
||||||
# Enable Bluetooth AutoOn feature
|
# Enable Bluetooth AutoOn feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.server.automatic_turn_on=true
|
bluetooth.server.automatic_turn_on=false
|
||||||
|
|
||||||
# Window Extensions
|
# Window Extensions
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
|
@ -399,7 +399,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# Enable Bluetooth AutoOn feature
|
# Enable Bluetooth AutoOn feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.server.automatic_turn_on=true
|
bluetooth.server.automatic_turn_on=false
|
||||||
|
|
||||||
# Window Extensions
|
# Window Extensions
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
|
@ -362,7 +362,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# Enable Bluetooth AutoOn feature
|
# Enable Bluetooth AutoOn feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.server.automatic_turn_on=true
|
bluetooth.server.automatic_turn_on=false
|
||||||
|
|
||||||
# Window Extensions
|
# Window Extensions
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue