blob: fd25f4e0ebe27abb6b637886d29a729cd6edf778 [file] [log] [blame]
Andreas Schneider6d42fe12020-03-11 16:26:18 +01001#
2# This policy configuration will be used by all exynos products
3# that inherit from Lineage
4#
5
6ifeq ($(TARGET_COPY_OUT_VENDOR), vendor)
7ifeq ($(BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE),)
8TARGET_USES_PREBUILT_VENDOR_SEPOLICY ?= true
9endif
10endif
11
Michael Bestas02128632021-10-07 22:04:41 +030012SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \
Andreas Schneider6d42fe12020-03-11 16:26:18 +010013 device/lineage/sepolicy/exynos/private
14
15ifeq ($(TARGET_USES_PREBUILT_VENDOR_SEPOLICY), true)
Michael Bestas02128632021-10-07 22:04:41 +030016SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \
Andreas Schneider6d42fe12020-03-11 16:26:18 +010017 device/lineage/sepolicy/exynos/dynamic \
18 device/lineage/sepolicy/exynos/system
19else
Aayush Guptafe0dad62020-10-22 13:02:38 +053020BOARD_VENDOR_SEPOLICY_DIRS += \
Andreas Schneider6d42fe12020-03-11 16:26:18 +010021 device/lineage/sepolicy/exynos/dynamic \
22 device/lineage/sepolicy/exynos/vendor
23endif