summaryrefslogtreecommitdiff
path: root/mm/device.mk
diff options
context:
space:
mode:
authorMartin Liu <liumartin@google.com>2020-04-17 18:47:57 +0800
committerMartin Liu <liumartin@google.com>2020-04-26 09:26:54 +0000
commitfd56a7d1b992d1fb811e9dcb7e46df62d7300a6b (patch)
tree34b5d643b96ca6f6f71d45cd35faeb904467e3dd /mm/device.mk
parent46a78f224fdbbae867f9e1b46969481e897152b8 (diff)
downloadpixel-fd56a7d1b992d1fb811e9dcb7e46df62d7300a6b.tar.gz
mm: add mm common rc
This CL creats a common rc file and include mm trace relative sepolicy into mk file. Thus, device side could easily add this mk file to reduce the porting effort. Bug: 152414692 Test: build Merged-In: Ie034e3c5ee514be2e4a2ec243e884160ccccb836 (cherry picked from commit 9c2ecc330f1d659eb2561902808d9e4db9eb1170) Change-Id: Ie034e3c5ee514be2e4a2ec243e884160ccccb836
Diffstat (limited to 'mm/device.mk')
-rw-r--r--mm/device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/device.mk b/mm/device.mk
new file mode 100644
index 00000000..15b4b0eb
--- /dev/null
+++ b/mm/device.mk
@@ -0,0 +1,4 @@
+PRODUCT_COPY_FILES += \
+ hardware/google/pixel/mm/pixel-mm.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/pixel-mm.rc
+
+BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/mm