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

Commit 2cdc6d7b authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Reserve 'init'."

am: a19f51ec

Change-Id: I7074046592fae42725536df2c2820e9b52983305
parents b8d01f37 a19f51ec
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -158,6 +158,13 @@ cc_library_static {
    },
}

phony {
    name: "init",
    required: [
        "init_second_stage",
    ],
}

cc_binary {
    name: "init_second_stage",
    recovery_available: true,