commit | a700b5a68f1dd58efb460757bc8d6aacc6a98fc0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jan 05 21:52:13 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 05 21:52:13 2016 +0000 |
tree | 80679959dd3d30aaa9bfcd93ecdaf8dff00e867d | |
parent | e82a27d0c1e3f2cef6f13a1a9efff55638601752 [diff] | |
parent | 3c2103ef33d40b95f773cc2224f0399833b1a8cc [diff] |
Merge "libinstalld: add dependency on libselinux" am: 9dee30750e am: 3c2103ef33 * commit '3c2103ef33d40b95f773cc2224f0399833b1a8cc': libinstalld: add dependency on libselinux
diff --git a/cmds/installd/Android.mk b/cmds/installd/Android.mk index 488de0f..209632e 100644 --- a/cmds/installd/Android.mk +++ b/cmds/installd/Android.mk
@@ -15,6 +15,7 @@ LOCAL_SHARED_LIBRARIES := \ libbase \ liblogwrap \ + libselinux \ LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/Android.mk LOCAL_CLANG := true