From f491f2698920e2f5949ee50ebe7c6b2693079291 Mon Sep 17 00:00:00 2001 From: Keun young Park Date: Thu, 7 May 2020 12:20:39 -0700 Subject: Allow appending PRODUCT_*_SEPOLICY_DIRS - Allow inherited devices to update the policy Bug: 156009417 Test: build inherited car devices Change-Id: Idb9833f432d55ead8fa1dbba7cf8bf7f1d98cdb8 --- crosshatch-sepolicy.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crosshatch-sepolicy.mk b/crosshatch-sepolicy.mk index b52158d..5c56cb8 100644 --- a/crosshatch-sepolicy.mk +++ b/crosshatch-sepolicy.mk @@ -1,5 +1,5 @@ -PRODUCT_PUBLIC_SEPOLICY_DIRS := device/google/crosshatch-sepolicy/public -PRODUCT_PRIVATE_SEPOLICY_DIRS := device/google/crosshatch-sepolicy/private +PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/crosshatch-sepolicy/public +PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/crosshatch-sepolicy/private # vendors BOARD_VENDOR_SEPOLICY_DIRS += device/google/crosshatch-sepolicy/vendor/qcom/common -- cgit v1.2.3