Merge "Reserve 'init'."
am: a19f51eccc
Change-Id: I7074046592fae42725536df2c2820e9b52983305
This commit is contained in:
commit
2cdc6d7baf
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 {
|
cc_binary {
|
||||||
name: "init_second_stage",
|
name: "init_second_stage",
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue