summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-26 23:00:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-26 23:00:35 +0000
commit621cc1d913729f34195f557fea38bc44a5be66e3 (patch)
treecdbb2fa2ccbf6cd5db2c91a4a89eb6f042abcebc
parent3870cf83615fcf6b0b9f701ff7175ed4f29c820a (diff)
parenta146e93ab5506c1932fe33ed1849c745ec4f275a (diff)
downloadyukawa-sdk-release.tar.gz
Snap for 11630439 from a146e93ab5506c1932fe33ed1849c745ec4f275a to sdk-releasesdk-release
Change-Id: I3b17707d9a8907298bfdb8386e64f64dcdeb5fb7
-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)