1PRODUCT_PUBLIC_SEPOLICY_DIRS := device/google/crosshatch-sepolicy/public 2PRODUCT_PRIVATE_SEPOLICY_DIRS := device/google/crosshatch-sepolicy/private 3 4# vendors 5BOARD_SEPOLICY_DIRS += device/google/crosshatch-sepolicy/vendor/qcom/common 6BOARD_SEPOLICY_DIRS += device/google/crosshatch-sepolicy/vendor/qcom/sdm845 7BOARD_SEPOLICY_DIRS += device/google/crosshatch-sepolicy/vendor/google 8BOARD_SEPOLICY_DIRS += device/google/crosshatch-sepolicy/vendor/verizon 9 10# vendors for backward compatibility 11ifeq ($(PRODUCT_USE_QC_SPECIFIC_SYMLINKS), true) 12BOARD_SEPOLICY_DIRS += device/google/crosshatch-sepolicy/vendor/qcom/compat 13endif 14