blob: 850d2eef60e8851d719928488af83e7da9c29719 [file] [log] [blame]
Paul Duffinfb58c0d2015-11-11 14:37:37 +00001URL: https://github.com/google/caliper.git
2License: Apache 2
3Description: "Google's Caliper Benchmarking And Measuring Tool"
4
Paul Duffine2363012015-11-30 16:20:41 +00005Version: 73efbe138dafba57d6a890257961ba83f41b89f2
Paul Duffinfb58c0d2015-11-11 14:37:37 +00006
Paul Duffine2363012015-11-30 16:20:41 +00007This uses the Dagger2 dependency injection framework which runs as an annotation
8processor and generates the dependency injecting code. At the moment the
9generated code for the caliper-host target can be found at:
10 out/host/common/gen/JAVA_LIBRARIES/caliper-host_intermediates/annotation_processor_output/
11For the caliper-tests target it can be found at:
12 out/host/common/gen/JAVA_LIBRARIES/caliper-tests_intermediates/annotation_processor_output/
Paul Duffinfb58c0d2015-11-11 14:37:37 +000013
14Local Patches:
15 None