libinit: depend on libselinux
libinit uses headers from libselinux, add a LOCAL_STATIC_LIBRARIES dependency. Change-Id: I6b0a3183058c8593ef40e58abbf2d72bcce59e95
This commit is contained in:
parent
0e6a23c7d5
commit
c1caf88f25
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue