summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2020-05-07 12:20:39 -0700
committerKeun young Park <keunyoung@google.com>2020-05-07 12:20:39 -0700
commitf491f2698920e2f5949ee50ebe7c6b2693079291 (patch)
tree33fe0e97b4db70ecae3ba31975fcbfb4260410d9
parent3579d7ee2d0f7fe2e6ed9f9a6524ffdfc9b017d1 (diff)
downloadcrosshatch-sepolicy-f491f2698920e2f5949ee50ebe7c6b2693079291.tar.gz
Allow appending PRODUCT_*_SEPOLICY_DIRS
- Allow inherited devices to update the policy Bug: 156009417 Test: build inherited car devices Change-Id: Idb9833f432d55ead8fa1dbba7cf8bf7f1d98cdb8
-rw-r--r--crosshatch-sepolicy.mk4
1 files 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