Skip to content
Snippets Groups Projects
Commit b084929f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Make AudioPara4 world-readable

This way adb pull can get to it on user builds.

BUG=1869158
parent 85b3fcc5
Branches
Tags
No related merge requests found
......@@ -159,7 +159,7 @@ static struct fs_path_config android_files[] = {
{ 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/hcid.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/*" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment