Reserve 'init'.

This makes `pathmod init` and `gomod init` work, and it also reserves
the 'init' for potential future usage.

Change-Id: I6990bf421211b93d58d978d84d46474ff243e808
Bugs: me
Test: pathmod init; gomod init
This commit is contained in:
Steven Moreland 2019-07-15 15:12:56 -07:00
parent e0b729d214
commit ceb36d08f4
1 changed files with 7 additions and 0 deletions

View File

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