Merge "Reserve 'init'."

am: a19f51eccc

Change-Id: I7074046592fae42725536df2c2820e9b52983305
This commit is contained in:
Steven Moreland 2019-07-15 19:50:45 -07:00 committed by android-build-merger
commit 2cdc6d7baf

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,