diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-02-28 04:00:57 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-02-28 04:00:58 +0000 |
commit | 1e48879b6cafa6168addc1e1bdb8344450ca3627 (patch) | |
tree | 5e2d2e95b9df180e2aa68c39b66b47734bfea565 /libcutils | |
parent | f719c255faf831357fe7ee5e3f8b23f4be7caee3 (diff) | |
parent | 18676b2ca868f3b9ca41f3974c9a369f03563d83 (diff) | |
download | core-1e48879b6cafa6168addc1e1bdb8344450ca3627.tar.gz core-1e48879b6cafa6168addc1e1bdb8344450ca3627.tar.bz2 core-1e48879b6cafa6168addc1e1bdb8344450ca3627.zip |
Merge "Bluetooth hal: moved to vendor partition."
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/fs_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/fs_config.c b/libcutils/fs_config.c index 75e2492cb..1915ced90 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) | |