Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1caf88f authored by Colin Cross's avatar Colin Cross
Browse files

libinit: depend on libselinux

libinit uses headers from libselinux, add a LOCAL_STATIC_LIBRARIES
dependency.

Change-Id: I6b0a3183058c8593ef40e58abbf2d72bcce59e95
parent 0e6a23c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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