summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-10-12 11:08:19 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-12 11:08:19 -0700
commit7b5f63f8ab17c0f361d049d807bac1c4813238b5 (patch)
tree408603d2de99059f2ffe2ffc9bbaa0327acf6f04 /include
parentb44224d56d2625f341f7526ccad4844527254b55 (diff)
parentf184b94ad32c50ccf5bb1792a963551b5841e772 (diff)
downloadsystem_core-7b5f63f8ab17c0f361d049d807bac1c4813238b5.tar.gz
system_core-7b5f63f8ab17c0f361d049d807bac1c4813238b5.tar.bz2
system_core-7b5f63f8ab17c0f361d049d807bac1c4813238b5.zip
am f184b94a: am b084929f: Make AudioPara4 world-readable
Merge commit 'f184b94ad32c50ccf5bb1792a963551b5841e772' * commit 'f184b94ad32c50ccf5bb1792a963551b5841e772': Make AudioPara4 world-readable
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index ad4bd74be..24b7c819a 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -159,7 +159,7 @@ static struct fs_path_config android_files[] = {
{ 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/main.conf" },
{ 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/input.conf" },
{ 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/audio.conf" },
- { 00440, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" },
+ { 00444, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" },
{ 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" },
{ 00644, AID_SYSTEM, AID_SYSTEM, "data/app/*" },
{ 00644, AID_SYSTEM, AID_SYSTEM, "data/app-private/*" },