summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKyle Lin <kylelin@google.com>2020-10-07 11:55:57 +0800
committerKyle Lin <kylelin@google.com>2020-10-08 02:02:40 +0000
commit8a2b14a81b4c8440280f97f7be8963e416127258 (patch)
tree7b67ea515fef4b62c4d329343c6949a8dda66609 /common
parent666498db1a23f86b1a6cda6cc25131151cc75bc5 (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.mk4
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