diff options
author | Kyle Lin <kylelin@google.com> | 2020-10-07 11:55:57 +0800 |
---|---|---|
committer | Kyle Lin <kylelin@google.com> | 2020-10-08 02:02:40 +0000 |
commit | 8a2b14a81b4c8440280f97f7be8963e416127258 (patch) | |
tree | 7b67ea515fef4b62c4d329343c6949a8dda66609 /common | |
parent | 666498db1a23f86b1a6cda6cc25131151cc75bc5 (diff) |
pixel-common-device.mk: move atrace to pixel common
Bug: 157908868
Test: build and capture trace.
Change-Id: Ic387f2b0b492c47dd97a41d8a9be05c5e2a6938f
Diffstat (limited to 'common')
-rw-r--r-- | common/pixel-common-device.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/pixel-common-device.mk b/common/pixel-common-device.mk index 35cd586..808b128 100644 --- a/common/pixel-common-device.mk +++ b/common/pixel-common-device.mk @@ -7,5 +7,9 @@ BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/common PRODUCT_PACKAGES += \ misc_writer +# Enable atrace hal for pixel devices +PRODUCT_PACKAGES += \ + android.hardware.atrace@1.0-service.pixel + # Common ramdump file type. BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/ramdump/common |