From ec0c99a6c574954fb37bd94ba18b02a20edbe122 Mon Sep 17 00:00:00 2001 From: Nick Vaccaro Date: Fri, 24 Jan 2014 10:19:21 -0800 Subject: [PATCH] Add atrace for supporting systrace tool Change-Id: I6504a447218a70b0d148c0b5802228fb28934a0a Signed-off-by: Nick Vaccaro --- target/product/embedded.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 97a50a101..b0a539672 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -20,6 +20,7 @@ PRODUCT_PACKAGES += \ adb \ adbd \ + atrace \ bootanimation \ debuggerd \ dumpstate \