From c8609b7e8bae5821d734525294b8c8bf0b974146 Mon Sep 17 00:00:00 2001 From: Ocean Chen Date: Fri, 17 Jan 2025 06:48:20 +0000 Subject: [PATCH] gs-common: add pixelstats-vendor package and sepolicy This commit adds the `pixelstats-vendor` package to the build `BOARD_SEPOLICY_DIRS` to include the corresponding sepolicy rules. Bug: 374323691 Test: forrest build Flag: EXEMPT refactor Change-Id: If85375f9ad3a1cb7f6301f9ad4c94f14ac8dc54e --- pixelstats/pixelstats.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pixelstats/pixelstats.mk diff --git a/pixelstats/pixelstats.mk b/pixelstats/pixelstats.mk new file mode 100644 index 0000000..d0c9603 --- /dev/null +++ b/pixelstats/pixelstats.mk @@ -0,0 +1,4 @@ +# Reliability reporting +PRODUCT_PACKAGES += pixelstats-vendor + +BOARD_SEPOLICY_DIRS += device/google/gs-common/pixelstats/sepolicy