Do not build if HAVE_SELINUX=false.
This commit is contained in:
parent
2b826fcbe8
commit
7e8cf24f58
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue