diff options
| author | Danica Chang <danicachang@google.com> | 2010-08-12 15:42:30 -0700 |
|---|---|---|
| committer | Danica Chang <danicachang@google.com> | 2010-08-12 18:04:57 -0700 |
| commit | 78fdd23c92b6d92396f64d99f38939f3990c2175 (patch) | |
| tree | 058c4a7e1eec433673632a07456e041d35b11f44 /include/private | |
| parent | da7723ce905b0d39cb5605d3a26d836553853610 (diff) | |
| download | system_core-78fdd23c92b6d92396f64d99f38939f3990c2175.tar.gz system_core-78fdd23c92b6d92396f64d99f38939f3990c2175.tar.bz2 system_core-78fdd23c92b6d92396f64d99f38939f3990c2175.zip | |
added network.conf to android_filesystem_config
Change-Id: I393720a2c1632c311f794e14c17b197083a70621
Diffstat (limited to 'include/private')
| -rw-r--r-- | include/private/android_filesystem_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 903f99f2..57d67614 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -161,6 +161,7 @@ static struct fs_path_config android_files[] = { { 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" }, |
