Merge "Reserve 'init'."
This commit is contained in:
commit
a19f51eccc
1 changed files with 7 additions and 0 deletions
|
|
@ -158,6 +158,13 @@ cc_library_static {
|
|||
},
|
||||
}
|
||||
|
||||
phony {
|
||||
name: "init",
|
||||
required: [
|
||||
"init_second_stage",
|
||||
],
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "init_second_stage",
|
||||
recovery_available: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue