summaryrefslogtreecommitdiff
path: root/PixelLogger
diff options
context:
space:
mode:
authorchenpaul <chenpaul@google.com>2021-01-29 14:24:54 +0800
committerchenpaul <chenpaul@google.com>2021-02-03 14:34:29 +0800
commit6cfa8bb90b615c2aa06835c31ce9d32417dfc85f (patch)
tree4abdfd97e160fbec49768f7663089f376e0d04ef /PixelLogger
parent372e9358aa81245d9639982898e49aaccb961421 (diff)
Add PixelLogger.mk for Pixelize the makefile setting.
In original design, pixellogger was included in Pixelize mk file, but the sepolicy are defined by the product specific te file. These are not aligned and have dependency concern if add new sepolicy rule in Pixelize te file. This change put PRODUCT_PACKAGES and BOARD_SEPOLICY into the same file. It can include all of the necessary config by including this mk file. Bug: 159650456 Test: Pixel Logger is workable Change-Id: I768795020578e9d914a8f03b74cd4654b12fdfcb
Diffstat (limited to 'PixelLogger')
-rw-r--r--PixelLogger/PixelLogger.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/PixelLogger/PixelLogger.mk b/PixelLogger/PixelLogger.mk
new file mode 100644
index 0000000..cfd5b00
--- /dev/null
+++ b/PixelLogger/PixelLogger.mk
@@ -0,0 +1,2 @@
+PRODUCT_PACKAGES_DEBUG += PixelLogger
+BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/logger_app