From c1caf88f25a10a22e0582b2ee4724252f12c3a81 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 21 Dec 2015 16:14:08 -0800 Subject: [PATCH] libinit: depend on libselinux libinit uses headers from libselinux, add a LOCAL_STATIC_LIBRARIES dependency. Change-Id: I6b0a3183058c8593ef40e58abbf2d72bcce59e95 --- init/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Android.mk b/init/Android.mk index d6cb4e588..66ce8a811 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -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