From d4d8e50475ff4a7946cf7af554fa9e5e4e7bc20d Mon Sep 17 00:00:00 2001 From: Ramii Ahmed Date: Thu, 31 Mar 2022 11:40:20 +0000 Subject: [PATCH] sm6375-common: Inherit Qualcomm vendor sepolicies Change-Id: I1d7a9074d9730ffd88c25fad2aa6ece64c215b38 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 990cab3..8d39e7d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -108,5 +108,8 @@ TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true TARGET_USES_MKE2FS := true +# Sepolicy +include device/qcom/sepolicy_vndr/SEPolicy.mk + # Inherit the proprietary files include vendor/xiaomi/sm6375-common/BoardConfigVendor.mk