From 5134fe5e326e17891c21a382394862413ed3a3bb Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 11 Nov 2021 22:34:13 -0500 Subject: [PATCH] wahoo: Include hardware/google/pixel-sepolicy/powerstats * We build this, so lets just use to sepolicy designed for it. * hardware/google/pixel-sepolicy/citadel declares types that are used in this, so lets include it too. Change-Id: If8e8632e724693f19fa721c1c19358c6f9e282d8 --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 53c9f5a2..38d3a47e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -100,6 +100,8 @@ BOARD_VENDOR_SEPOLICY_DIRS += device/google/wahoo/sepolicy/vendor SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS := device/google/wahoo/sepolicy/public SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS := device/google/wahoo/sepolicy/private BOARD_VENDOR_SEPOLICY_DIRS += device/google/wahoo/sepolicy/verizon +BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/citadel +BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats TARGET_FS_CONFIG_GEN := device/google/wahoo/config.fs