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

Commit 904bbd84 authored by Anton Hansson's avatar Anton Hansson
Browse files

Remove init_second_stage.recovery dep.

This makes the init module only produce artifacts in
/system. A simultaneous change in the core product
makefiles explicitly adds init_second_stage.recovery.

Bug: 112318375
Test: lunch mainline_arm64 && m nothing
Change-Id: I33f0f0c869dfb1ffe781fc682eeb20589a4ffe90
parent c4894316
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ LOCAL_STATIC_LIBRARIES := \

LOCAL_REQUIRED_MODULES := \
    init_second_stage \
    init_second_stage.recovery \

LOCAL_SANITIZE := signed-integer-overflow
include $(BUILD_EXECUTABLE)