Merge "Fix permissions for /data/nativetest{,64}/tests.txt."

am: e32cb1b14c

* commit 'e32cb1b14cb2cfc434ade4b4ec80fc51b49c6762':
  Fix permissions for /data/nativetest{,64}/tests.txt.
This commit is contained in:
Gilad Arnold 2015-11-15 06:23:20 +00:00 committed by android-build-merger
commit 8468b26e73

View file

@ -127,6 +127,8 @@ static const struct fs_path_config android_files[] = {
{ 00644, AID_MEDIA_RW, AID_MEDIA_RW, 0, "data/media/*" },
{ 00644, AID_SYSTEM, AID_SYSTEM, 0, "data/app-private/*" },
{ 00644, AID_APP, AID_APP, 0, "data/data/*" },
{ 00640, AID_ROOT, AID_SHELL, 0, "data/nativetest/tests.txt" },
{ 00640, AID_ROOT, AID_SHELL, 0, "data/nativetest64/tests.txt" },
{ 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest/*" },
{ 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest64/*" },