Commit 73329e49 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Remove pointless clause

This condition didn't do anything and was misleading, SEPOLICY variables
are only relevant when selinux is built in the first place

Change-Id: I423cf0e5b04fd9e92f4cc9c33d13d4875c9aafc6
parent 9ab442b3
......@@ -113,9 +113,6 @@ TARGET_QCOM_DISPLAY_VARIANT := caf
BOARD_RIL_CLASS := ../../../device/lge/e975/ril/
ifeq ($(HAVE_SELINUX),true)
BOARD_SEPOLICY_DIRS += \
device/lge/e975/sepolicy
......@@ -148,5 +145,3 @@ BOARD_SEPOLICY_UNION += \
thermald.te \
ueventd.te \
wpa_supplicant.te
endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment