Merge "libinit: depend on libselinux"

This commit is contained in:
Colin Cross 2016-01-08 20:49:42 +00:00 committed by Gerrit Code Review
commit 710056efb8

View file

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