Andreas Schneider | 6d42fe1 | 2020-03-11 16:26:18 +0100 | [diff] [blame] | 1 | # |
| 2 | # This policy configuration will be used by all exynos products |
| 3 | # that inherit from Lineage |
| 4 | # |
| 5 | |
| 6 | ifeq ($(TARGET_COPY_OUT_VENDOR), vendor) |
| 7 | ifeq ($(BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE),) |
| 8 | TARGET_USES_PREBUILT_VENDOR_SEPOLICY ?= true |
| 9 | endif |
| 10 | endif |
| 11 | |
Michael Bestas | 0212863 | 2021-10-07 22:04:41 +0300 | [diff] [blame] | 12 | SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \ |
Andreas Schneider | 6d42fe1 | 2020-03-11 16:26:18 +0100 | [diff] [blame] | 13 | device/lineage/sepolicy/exynos/private |
| 14 | |
| 15 | ifeq ($(TARGET_USES_PREBUILT_VENDOR_SEPOLICY), true) |
Michael Bestas | 0212863 | 2021-10-07 22:04:41 +0300 | [diff] [blame] | 16 | SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \ |
Andreas Schneider | 6d42fe1 | 2020-03-11 16:26:18 +0100 | [diff] [blame] | 17 | device/lineage/sepolicy/exynos/dynamic \ |
| 18 | device/lineage/sepolicy/exynos/system |
| 19 | else |
Aayush Gupta | fe0dad6 | 2020-10-22 13:02:38 +0530 | [diff] [blame] | 20 | BOARD_VENDOR_SEPOLICY_DIRS += \ |
Andreas Schneider | 6d42fe1 | 2020-03-11 16:26:18 +0100 | [diff] [blame] | 21 | device/lineage/sepolicy/exynos/dynamic \ |
| 22 | device/lineage/sepolicy/exynos/vendor |
| 23 | endif |