diff options
author | Zhihai Xu <zhihaixu@google.com> | 2012-09-19 14:42:07 -0700 |
---|---|---|
committer | Zhihai Xu <zhihaixu@google.com> | 2012-09-20 10:55:06 -0700 |
commit | c2f59d87d85e4c7ec9a7f899dd4f55a36b3627f5 (patch) | |
tree | b0cc871ba3c68f8b952dfdd6a70dd6903ee93adc /include | |
parent | a6cf7746cb8732897c3bbafffd52667c7e02d579 (diff) | |
download | system_core-c2f59d87d85e4c7ec9a7f899dd4f55a36b3627f5.zip system_core-c2f59d87d85e4c7ec9a7f899dd4f55a36b3627f5.tar.gz system_core-c2f59d87d85e4c7ec9a7f899dd4f55a36b3627f5.tar.bz2 |
ISSUE 6849488 Bluedroid stack, remove system/bluetooth.
remove system/bluetooth stuff.
bug 6849488
Change-Id: I81a94d34a4363562a74fa2e574828fd919cfe18c
Diffstat (limited to 'include')
-rw-r--r-- | include/private/android_filesystem_config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 33ecd9a..8f4956c 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -191,12 +191,6 @@ static struct fs_path_config android_files[] = { { 00550, AID_ROOT, AID_SHELL, "system/etc/init.testmenu" }, { 00550, AID_DHCP, AID_SHELL, "system/etc/dhcpcd/dhcpcd-run-hooks" }, { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/dbus.conf" }, - { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/main.conf" }, - { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/input.conf" }, - { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/audio.conf" }, - { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/network.conf" }, - { 00444, AID_NET_BT, AID_NET_BT, "system/etc/bluetooth/blacklist.conf" }, - { 00640, AID_SYSTEM, AID_SYSTEM, "system/etc/bluetooth/auto_pairing.conf" }, { 00444, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" }, { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" }, { 00555, AID_ROOT, AID_ROOT, "system/etc/rc.*" }, |