Do not build if HAVE_SELINUX=false.

This commit is contained in:
Stephen Smalley 2012-02-02 13:28:28 -05:00
parent 2b826fcbe8
commit 7e8cf24f58

View File

@ -1,3 +1,5 @@
ifeq ($(HAVE_SELINUX),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@ -55,3 +57,5 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
include $(BUILD_PREBUILT)
##################################
endif #ifeq ($(HAVE_SELINUX),true)