Luca Stefani | 0927139 | 2017-08-18 10:35:47 +0200 | [diff] [blame] | 1 | # |
| 2 | # This policy configuration will be used by all products that |
| 3 | # inherit from Lineage |
| 4 | # |
| 5 | |
dianlujitao | 370b40b | 2019-02-14 13:28:42 +0800 | [diff] [blame] | 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 | |
Ethan Chen | 5c98e90 | 2017-10-18 19:11:22 -0700 | [diff] [blame] | 12 | BOARD_PLAT_PUBLIC_SEPOLICY_DIR += \ |
Jackeagle | c1e9c57 | 2019-07-20 12:05:17 -0400 | [diff] [blame] | 13 | device/bliss/sepolicy/common/public |
Ethan Chen | 5c98e90 | 2017-10-18 19:11:22 -0700 | [diff] [blame] | 14 | |
| 15 | BOARD_PLAT_PRIVATE_SEPOLICY_DIR += \ |
Jackeagle | c1e9c57 | 2019-07-20 12:05:17 -0400 | [diff] [blame] | 16 | device/bliss/sepolicy/common/private |
Demon000 | ac09eee | 2017-12-23 15:07:01 +0200 | [diff] [blame] | 17 | |
dianlujitao | 370b40b | 2019-02-14 13:28:42 +0800 | [diff] [blame] | 18 | ifeq ($(TARGET_USES_PREBUILT_VENDOR_SEPOLICY), true) |
| 19 | BOARD_PLAT_PRIVATE_SEPOLICY_DIR += \ |
Jackeagle | c1e9c57 | 2019-07-20 12:05:17 -0400 | [diff] [blame] | 20 | device/bliss/sepolicy/common/dynamic |
dianlujitao | 370b40b | 2019-02-14 13:28:42 +0800 | [diff] [blame] | 21 | else |
Demon000 | ac09eee | 2017-12-23 15:07:01 +0200 | [diff] [blame] | 22 | BOARD_SEPOLICY_DIRS += \ |
Jackeagle | c1e9c57 | 2019-07-20 12:05:17 -0400 | [diff] [blame] | 23 | device/bliss/sepolicy/common/dynamic \ |
| 24 | device/bliss/sepolicy/common/vendor |
dianlujitao | 370b40b | 2019-02-14 13:28:42 +0800 | [diff] [blame] | 25 | endif |