Skip to content
Snippets Groups Projects
Commit 7e8cf24f authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Do not build if HAVE_SELINUX=false.

parent 2b826fcb
No related branches found
No related tags found
No related merge requests found
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment