summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-12-21 16:21:45 -0800
committerColin Cross <ccross@android.com>2015-12-21 16:21:45 -0800
commit4213ebe488949ff50d78944b027afd1865e8d05f (patch)
treef46cf025560efa5012d176366d36c3644fa1b591
parent0d77698233ffcbc812c2586693546355ce521603 (diff)
downloadnative-4213ebe488949ff50d78944b027afd1865e8d05f.tar.gz
libinstalld: add dependency on libselinux
libinstalld uses headers from libselinux, add a LOCAL_SHARED_LIBRARIES dependency on libselinux. Change-Id: Ic12c55547526638810bcc1ac952d205f2f163fd3
-rw-r--r--cmds/installd/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/installd/Android.mk b/cmds/installd/Android.mk
index eaeeb2226e..d0bd4a806d 100644
--- a/cmds/installd/Android.mk
+++ b/cmds/installd/Android.mk
@@ -15,6 +15,7 @@ LOCAL_CFLAGS := $(common_cflags)
LOCAL_SHARED_LIBRARIES := \
libbase \
liblogwrap \
+ libselinux \
LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/Android.mk
LOCAL_CLANG := true