Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ceb36d08 authored by Steven Moreland's avatar Steven Moreland
Browse files

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
parent e0b729d2
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -159,6 +159,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,