diff options
author | chenpaul <chenpaul@google.com> | 2021-01-29 14:24:54 +0800 |
---|---|---|
committer | chenpaul <chenpaul@google.com> | 2021-02-03 14:34:29 +0800 |
commit | 6cfa8bb90b615c2aa06835c31ce9d32417dfc85f (patch) | |
tree | 4abdfd97e160fbec49768f7663089f376e0d04ef /PixelLogger | |
parent | 372e9358aa81245d9639982898e49aaccb961421 (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.mk | 2 |
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 |