diff options
author | Xavier Ducrohet <xav@android.com> | 2012-06-14 13:56:32 -0700 |
---|---|---|
committer | android code review <noreply-gerritcodereview@google.com> | 2012-06-14 13:56:32 -0700 |
commit | 8c9bfd85c162779a672e36f0a226759f40e4b31f (patch) | |
tree | 5160a43f15c595cda818e2562e761f8e35e44994 | |
parent | f4f17275b1fe8644073e3ef485ca12291125ae83 (diff) | |
parent | 6d09e68e4b13ed4a010575b922ef4e700cd42c5f (diff) | |
download | sdk-8c9bfd85c162779a672e36f0a226759f40e4b31f.zip sdk-8c9bfd85c162779a672e36f0a226759f40e4b31f.tar.gz sdk-8c9bfd85c162779a672e36f0a226759f40e4b31f.tar.bz2 |
Merge "Add systrace to the SDK."
-rw-r--r-- | build/tools.atree | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/tools.atree b/build/tools.atree index afdeb75..d075fc1 100644 --- a/build/tools.atree +++ b/build/tools.atree @@ -161,6 +161,15 @@ sdk/apps/SdkController tools/apps/SdkController # tools specific support jar framework/annotations.jar tools/support/annotations.jar +# systrace +external/chromium-trace/systrace.py tools/systrace/systrace.py +external/chromium-trace/script.js tools/systrace/script.js +external/chromium-trace/style.css tools/systrace/style.css +external/chromium-trace/LICENSE tools/systrace/LICENSE +external/chromium-trace/AUTHORS tools/systrace/AUTHORS + + + ############################################################################## # Tests Component ############################################################################## |