Files
build_soong/android
Nan Zhang 280802c102 Fixed the issue that phony module was broken.
Phony module was broken since it reached the code line to try to
invoke some specific arch functions which caused the runtime panic
error.

Bug: 36739664
Test: mm -j32 -k
phony {
     name: "shell_and_utilities",
     required: [
         "grep",
         "gzip",
         "mkshrc",
         "reboot",
         "sh",
         "toolbox",
         "toybox",
     ],
}
in system/core/shell_and_utilities/Android.bp

Change-Id: Idf7da17d431aae5f0c56b08f5e5eef14ae4eef50
2017-03-29 17:43:47 -07:00
..
2017-03-15 14:18:42 -07:00
2017-03-29 04:33:25 +00:00
2016-10-12 17:24:49 -07:00
2017-02-07 09:43:02 -08:00
2016-11-22 15:41:08 -08:00
2016-11-22 15:41:08 -08:00
2016-09-13 17:37:32 -07:00
2017-03-29 04:33:25 +00:00
2016-05-18 15:37:25 -07:00
2016-11-04 04:54:16 +00:00