commit | 18d15bedf0c392a888f585e5a9fc2387e178bff5 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jul 15 19:50:45 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 15 19:50:45 2019 -0700 |
tree | e3a1d47e7a2a485e4d88ee163371e8f6f154ec02 | |
parent | c53fe99e5931013c421d30c3336406f957c502e7 [diff] | |
parent | a7a6fcad3f898c067e5b3cb7be01b872c5f060c3 [diff] |
Merge "Reserve 'init'." am: a19f51eccc Change-Id: I7074046592fae42725536df2c2820e9b52983305
diff --git a/init/Android.bp b/init/Android.bp index 4e1162a..ba60085 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -158,6 +158,13 @@ }, } +phony { + name: "init", + required: [ + "init_second_stage", + ], +} + cc_binary { name: "init_second_stage", recovery_available: true,