summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru2009-10-02 13:08:55 -0500
committerJean-Baptiste Queru2009-10-02 13:25:58 -0500
commitb084929f5dd57b878f6debe6567a6c8888061fa0 (patch)
tree904012c6faf345c5c6b25b782e0ca492185a4d47
parent85b3fcc5de004999756c1e90bcf845480217b3f6 (diff)
downloadplatform-system-core-b084929f5dd57b878f6debe6567a6c8888061fa0.tar.gz
platform-system-core-b084929f5dd57b878f6debe6567a6c8888061fa0.tar.xz
platform-system-core-b084929f5dd57b878f6debe6567a6c8888061fa0.zip
Make AudioPara4 world-readable
This way adb pull can get to it on user builds. BUG=1869158
-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 6ba574b12..664dd6d2b 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[] = {
159 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/hcid.conf" }, 159 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/hcid.conf" },
160 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/input.conf" }, 160 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/input.conf" },
161 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/audio.conf" }, 161 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/audio.conf" },
162 { 00440, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" }, 162 { 00444, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" },
163 { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" }, 163 { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" },
164 { 00644, AID_SYSTEM, AID_SYSTEM, "data/app/*" }, 164 { 00644, AID_SYSTEM, AID_SYSTEM, "data/app/*" },
165 { 00644, AID_SYSTEM, AID_SYSTEM, "data/app-private/*" }, 165 { 00644, AID_SYSTEM, AID_SYSTEM, "data/app-private/*" },