commit | 73af1baad09840c93d34d1ee222471bd2aa6db02 | [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 | 98ff7f01bbb7ca395604d7f0cfdfde75ccee2a6b [diff] | |
parent | 846d0523a2ebb6f1078e979007e061591421e02d [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