libinit: depend on libselinux

libinit uses headers from libselinux, add a LOCAL_STATIC_LIBRARIES
dependency.

Change-Id: I6b0a3183058c8593ef40e58abbf2d72bcce59e95
This commit is contained in:
Colin Cross 2015-12-21 16:14:08 -08:00
parent 0e6a23c7d5
commit c1caf88f25
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ LOCAL_SRC_FILES:= \
service.cpp \
util.cpp \
LOCAL_STATIC_LIBRARIES := libbase
LOCAL_STATIC_LIBRARIES := libbase libselinux
LOCAL_MODULE := libinit
LOCAL_SANITIZE := integer
LOCAL_CLANG := true