From 18676b2ca868f3b9ca41f3974c9a369f03563d83 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 27 Feb 2017 09:01:21 -0800 Subject: [PATCH] Bluetooth hal: moved to vendor partition. Bug: 35328775 Test: works in both binderized and passthrough modes Merged-In: I61f1ff6b777089d7aad5184c0aee4f653897b32e Change-Id: I61f1ff6b777089d7aad5184c0aee4f653897b32e --- libcutils/fs_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcutils/fs_config.c b/libcutils/fs_config.c index 7e27c3e67..1ff34b716 100644 --- a/libcutils/fs_config.c +++ b/libcutils/fs_config.c @@ -165,7 +165,7 @@ static const struct fs_path_config android_files[] = { /* Support Bluetooth legacy hal accessing /sys/class/rfkill */ { 00700, AID_BLUETOOTH, AID_BLUETOOTH, CAP_MASK_LONG(CAP_NET_ADMIN), - "system/bin/hw/android.hardware.bluetooth@1.0-service" }, + "vendor/bin/hw/android.hardware.bluetooth@1.0-service" }, /* A non-privileged zygote that spawns isolated processes for web rendering. */ { 0750, AID_ROOT, AID_ROOT, CAP_MASK_LONG(CAP_SETUID) |