summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Pirozzo2018-04-19 17:32:30 -0500
committerJoseph Pirozzo2018-04-19 17:32:30 -0500
commitbdb2ef796fc26de49b96dfc22e6dc16f39c1fa94 (patch)
tree0f4c8930773994e3bf40834153bba6d7f3292560 /car_product
parentf204c5a2eb00adf63b059f52e786e959ce229ac8 (diff)
downloadplatform-packages-services-car-bdb2ef796fc26de49b96dfc22e6dc16f39c1fa94.tar.gz
platform-packages-services-car-bdb2ef796fc26de49b96dfc22e6dc16f39c1fa94.tar.xz
platform-packages-services-car-bdb2ef796fc26de49b96dfc22e6dc16f39c1fa94.zip
Disable new avrcp on car devices
Enabling the newavrcp feature on automotive devices isn't necessary since the necessary AVRCP features are controlled via the A2DP sink/AVRCP controller. Bug: 78290027 Test: Connect BT device and stream audio. Change-Id: I3fcaffe540e7198530bf2be118ae0f42b9a4b71b
Diffstat (limited to 'car_product')
-rw-r--r--car_product/build/car.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/car_product/build/car.mk b/car_product/build/car.mk
index 7ebf370d..22a56667 100644
--- a/car_product/build/car.mk
+++ b/car_product/build/car.mk
@@ -47,7 +47,8 @@ PRODUCT_COPY_FILES := \
47 packages/services/Car/car_product/preloaded-classes-car:system/etc/preloaded-classes \ 47 packages/services/Car/car_product/preloaded-classes-car:system/etc/preloaded-classes \
48 48
49PRODUCT_PROPERTY_OVERRIDES += \ 49PRODUCT_PROPERTY_OVERRIDES += \
50 ro.carrier=unknown 50 ro.carrier=unknown \
51 persist.bluetooth.enablenewavrcp=false
51 52
52# Overlay for Google network and fused location providers 53# Overlay for Google network and fused location providers
53$(call inherit-product, device/sample/products/location_overlay.mk) 54$(call inherit-product, device/sample/products/location_overlay.mk)