From 9388edbd4b85539c9396c01915c96368e235ca60 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep Date: Mon, 11 May 2015 08:54:59 -0700 Subject: [PATCH] Move to common directory versions of selinux tools Migrate selinux tools to common directory for consistency with the external selinux project. Build libsepol and checkpolicy Change-Id: Ifb6618d27e95fadf29cf735776c8d4d439589347 --- Android.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 02f35a9c..4be2ae8c 100644 --- a/Android.mk +++ b/Android.mk @@ -1,2 +1 @@ -# This empty Android.mk file will prevent the build system -# from building anything below this point. +include $(call all-named-subdir-makefiles, libsepol checkpolicy)