From bc5dc64232a2b62c41550a764f0dd87f81d59ceb Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Thu, 21 Jan 2016 15:39:45 -0800 Subject: [PATCH] bootstat: Add bootstat to the embedded target to support logging boot time across devices. Bug: 21724738 Change-Id: I165e8597103ea235a0826e321a1658823c4b4664 --- target/product/embedded.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 2428585af..22cdd9c81 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -22,6 +22,7 @@ PRODUCT_PACKAGES += \ adbd \ atrace \ bootanimation \ + bootstat \ debuggerd \ dumpstate \ dumpsys \ -- 2.11.0