commit | f97f11f8c14e3efbd3e3840ba8ba1ea8c027e8f7 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jan 08 20:54:11 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 08 20:54:11 2016 +0000 |
tree | a32eacc5bc1c36d3164210730ba98116c075f264 | |
parent | a8c931b7f57c8ce74f520d591e99bb367f91dc81 [diff] | |
parent | 710056efb8951f6cc48e5d219ca0d561c4dafc11 [diff] |
Merge "libinit: depend on libselinux" am: 710056efb8 * commit '710056efb8951f6cc48e5d219ca0d561c4dafc11': libinit: depend on libselinux
diff --git a/init/Android.mk b/init/Android.mk index d6cb4e5..66ce8a8 100644 --- a/init/Android.mk +++ b/init/Android.mk
@@ -52,7 +52,7 @@ service.cpp \ util.cpp \ -LOCAL_STATIC_LIBRARIES := libbase +LOCAL_STATIC_LIBRARIES := libbase libselinux LOCAL_MODULE := libinit LOCAL_SANITIZE := integer LOCAL_CLANG := true