summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-01-05 21:46:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-05 21:46:28 +0000
commit9dee30750e85dcfc02fb9fd4cc6169957de91d0b (patch)
tree96f757aebc71b26f4754a4e287eb61a843a0a6b3
parent43e4260831cc3d0d96c05fe18a8cad3018b5795f (diff)
parent4213ebe488949ff50d78944b027afd1865e8d05f (diff)
downloadnative-brillo-m9-release.tar.gz
Merge "libinstalld: add dependency on libselinux"brillo-m9-releasebrillo-m9-dev
-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