Merge "Reserve 'init'."

This commit is contained in:
Treehugger Robot 2019-07-16 02:35:29 +00:00 committed by Gerrit Code Review
commit a19f51eccc

View file

@ -158,6 +158,13 @@ cc_library_static {
},
}
phony {
name: "init",
required: [
"init_second_stage",
],
}
cc_binary {
name: "init_second_stage",
recovery_available: true,