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

am: 8468b26e73

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

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/*" },