resolved conflicts for merge of 20f5daa8 to master

Change-Id: Ie3e67696d265a56dfa4d089c777506f27783a9a6
diff --git a/toolbox/Android.mk b/toolbox/Android.mk
index b027787..2ecb626 100644
--- a/toolbox/Android.mk
+++ b/toolbox/Android.mk
@@ -58,11 +58,7 @@
 	lsof \
 	du \
 	md5 \
-	clear
-
-ifeq ($(HAVE_SELINUX),true)
-
-TOOLS += \
+	clear \
 	getenforce \
 	setenforce \
 	chcon \
@@ -72,9 +68,6 @@
 	setsebool \
 	load_policy
 
-endif
-
-
 ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
 TOOLS += r
 endif
@@ -91,17 +84,13 @@
 	cp/cp.c cp/utils.c \
 	grep/grep.c grep/fastgrep.c grep/file.c grep/queue.c grep/util.c
 
-LOCAL_SHARED_LIBRARIES := libcutils libc libusbhost
-
 LOCAL_C_INCLUDES := bionic/libc/bionic
 
-ifeq ($(HAVE_SELINUX),true)
-
-LOCAL_CFLAGS += -DHAVE_SELINUX
-LOCAL_SHARED_LIBRARIES += libselinux
-LOCAL_C_INCLUDES += external/libselinux/include
-
-endif
+LOCAL_SHARED_LIBRARIES := \
+	libcutils \
+	libc \
+	libusbhost \
+	libselinux
 
 LOCAL_MODULE := toolbox