From 006a105a320cee501733009eac75b1be517d69f3 Mon Sep 17 00:00:00 2001 From: AndroPlus Date: Sat, 18 Aug 2018 12:38:58 +0900 Subject: [PATCH] Add hack to fix Bluetooth audio on LineageOS-based custom roms thanks bgcngm --- vndk.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vndk.rc b/vndk.rc index 80f039a..e535352 100644 --- a/vndk.rc +++ b/vndk.rc @@ -4,6 +4,9 @@ on post-fs mount none /system/etc/usb_audio_policy_configuration.xml /vendor/etc/usb_audio_policy_configuration.xml bind export LD_CONFIG_FILE /system/etc/ld.config.${persist.sys.vndk}.txt + # HACK to fix Bluetooth audio on custom roms + mount none /vendor/lost+found /vendor/etc/audio bind + service phh_on_boot /system/bin/phh-on-boot.sh oneshot disabled