Skip to content

Commit

Permalink
breeze: Build vendor variant of android.hardware.bluetooth.a2dp@1.0
Browse files Browse the repository at this point in the history
* Fixes :-

- F linker  : CANNOT LINK EXECUTABLE "/vendor/bin/hw/android.hardware.audio@4.0-service-mediatek": library "android.hardware.bluetooth.a2dp@1.0.so" not found: needed by main executable

Change-Id: Ic82ea875d55f7e7b2613fdca06ea29e03db811a3
  • Loading branch information
kardebayan authored and Hadenix committed Oct 9, 2023
1 parent bd9278f commit e76a8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PRODUCT_COPY_FILES += \

# Bluetooth
PRODUCT_PACKAGES += \
android.hardware.bluetooth.a2dp@1.0 \
android.hardware.bluetooth.a2dp@1.0.vendor \
android.hardware.bluetooth@1.0.vendor

# Camera
Expand Down

0 comments on commit e76a8c5

Please sign in to comment.