Skip to content
Snippets Groups Projects
Commit 7a1d4174 authored by Felix's avatar Felix Committed by Dhina17
Browse files

onclite: Use BOARD_VENDOR_SEPOLICY_DIRS

BOARD_SEPOLICY_DIRS is deprecated.

Change-Id: I046282b2a2e8c541726fb29cb0044503322d4be9
parent 2ec3c37b
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH)
# SELinux
include device/qcom/sepolicy-legacy-um/SEPolicy.mk
BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy
BOARD_VENDOR_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy
# Treble
BOARD_VNDK_VERSION := current
......
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