diff options
author | Anton Hansson <hansson@google.com> | 2018-08-16 00:09:37 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-16 00:09:37 -0700 |
commit | daf4d47086b19a3cb15ef0ebf7f296385f730e62 (patch) | |
tree | e37584bf942d667005d0f064415666cac77fda8d | |
parent | 2dfe8a1ff7125e5240a98d76735ba64700ce0859 (diff) | |
parent | 6a581b7b668c2ea201d351edfe13c9f2270d5418 (diff) |
Merge "Remove init_second_stage.recovery dep."
am: 6a581b7b66
Change-Id: I6228344ca707e3e782a2a26ccc4157804e4120a7
-rw-r--r-- | init/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Android.mk b/init/Android.mk index d20509b2b..ada87b8dc 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -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) |