diff options
author | Ameya Thakur <ameyat@codeaurora.org> | 2017-04-25 15:03:27 -0700 |
---|---|---|
committer | Ameya Thakur <ameyat@codeaurora.org> | 2017-04-25 15:32:06 -0700 |
commit | ecafc60a4ea4212fa4edb161651c53d3e8155d4e (patch) | |
tree | 6fe086085254c063c9528afd48b90e3d2a193a3e /android_filesystem_config.h | |
parent | 2ae50fe9fdc5e03ae41297ad1a785425bb39cfeb (diff) |
sdm660_64: Update per_mgr path
Peripheral manager now sits in the vendor directory/partition. Update
the init script to reflect the same.
Change-Id: Icc26f8b6269849b9d6c8a5a81b9cf1dddfc70fbf
Diffstat (limited to 'android_filesystem_config.h')
-rwxr-xr-x | android_filesystem_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_filesystem_config.h b/android_filesystem_config.h index 7251a08..0785d55 100755 --- a/android_filesystem_config.h +++ b/android_filesystem_config.h @@ -35,6 +35,7 @@ static const struct fs_path_config android_device_files[] = { { 00755, AID_BLUETOOTH, AID_BLUETOOTH, (1ULL << CAP_BLOCK_SUSPEND), "system/bin/wcnss_filter" }, { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/bin/pm-service" }, { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/vendor/bin/pm-service" }, + { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "vendor/bin/pm-service" }, { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/bin/imsdatadaemon" }, { 00755, AID_SYSTEM, AID_RADIO, (1ULL << CAP_NET_BIND_SERVICE), "system/bin/ims_rtp_daemon" }, #ifdef NO_ANDROID_FILESYSTEM_CONFIG_DEVICE_DIRS |