Skip to content

Commit

Permalink
Add the sd-ext path.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss committed Mar 14, 2010
1 parent 76b17a0 commit a2c1806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/private/android_filesystem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ static struct fs_path_config android_dirs[] = {
{ 00755, AID_ROOT, AID_SHELL, "system/xbin" },
{ 00755, AID_ROOT, AID_ROOT, "system/etc/ppp" },
{ 00777, AID_ROOT, AID_ROOT, "sdcard" },
{ 00771, AID_SYSTEM, AID_SYSTEM, "sd-ext" },
{ 00755, AID_ROOT, AID_ROOT, 0 },
};

Expand Down

0 comments on commit a2c1806

Please sign in to comment.