Merge "battery: disable wireless for pts battery test" into tm-qpr-dev
This commit is contained in:
commit
0c3ba8595a
1 changed files with 6 additions and 0 deletions
|
@ -311,3 +311,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
# Bluetooth OPUS codec
|
# Bluetooth OPUS codec
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.opus.enabled=true
|
persist.bluetooth.opus.enabled=true
|
||||||
|
|
||||||
|
# WLC userdebug specific
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
device/google/gs201/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue