From f964d5dd52056b1a3c648222719483e07ab6ea42 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Fri, 12 Feb 2016 19:01:22 +0800 Subject: [PATCH] crackling: Use DEVICE_PATH for tree reference Since we define it, let's use it. Change-Id: I975118f844d5d7e47869d0142faae8fc59790481 --- BoardConfig.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 6c4df84..99ca694 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -69,8 +69,7 @@ TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop # SELinux BOARD_SEPOLICY_DIRS += \ - device/wileyfox/crackling/sepolicy - + $(DEVICE_PATH)/sepolicy # inherit from the proprietary version -include vendor/wileyfox/crackling/BoardConfigVendor.mk