Skip to content

Commit

Permalink
breeze: Build vendor variant of android.hardware.broadcastradio@1.1
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.broadcastradio@1.0.so" not found: needed by main executable

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

Change-Id: Ib65d2e6ea93d2c029e5817547f2647212c9f1843
  • Loading branch information
kardebayan authored and Hadenix committed Oct 9, 2023
1 parent 9e3a19d commit 3d08ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ PRODUCT_COPY_FILES += \

# Radio
PRODUCT_PACKAGES += \
android.hardware.broadcastradio@1.1.vendor \
android.hardware.radio@1.2.vendor

# Ramdisk
Expand Down

0 comments on commit 3d08ca8

Please sign in to comment.