Merge "libinstalld: add dependency on libselinux"
diff --git a/cmds/installd/Android.mk b/cmds/installd/Android.mk
index eaeeb22..d0bd4a8 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