summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Chataing <henrichataing@google.com>2024-03-21 16:12:40 +0000
committerHenri Chataing <henrichataing@google.com>2024-03-21 16:25:37 +0000
commita146e93ab5506c1932fe33ed1849c745ec4f275a (patch)
treecdbb2fa2ccbf6cd5db2c91a4a89eb6f042abcebc
parent4720c9a23c9bb1a899210da84b861b348d105fad (diff)
downloadyukawa-master.tar.gz
Use default bluetooth aidl hal implementationHEADmastermain
Bug: 330725322 Test: TreeHugger Change-Id: I186991859ee80fe60962bb3797b4d125795923f4
-rw-r--r--device-common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/device-common.mk b/device-common.mk
index 6e429b4..2114a14 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -170,7 +170,7 @@ endif
PRODUCT_PACKAGES += \
libhidltransport \
- libhwbinder
+ libhwbinder
PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=320
@@ -186,7 +186,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += vulkan.yukawa.so
# Bluetooth
-PRODUCT_PACKAGES += android.hardware.bluetooth@1.1-service.btlinux
+PRODUCT_PACKAGES += android.hardware.bluetooth-service.default
PRODUCT_PROPERTY_OVERRIDES += \
bluetooth.core.gap.le.privacy.enabled=false \
bluetooth.profile.asha.central.enabled=true \
@@ -355,7 +355,7 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
- frameworks/av/media/libeffects/data/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml
+ frameworks/av/media/libeffects/data/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml
AUDIO_DEFAULT_OUTPUT ?= speaker
ifeq ($(AUDIO_DEFAULT_OUTPUT),hdmi)