| commit | e75be427785cf47b8236558c96d86beb976802d7 | [log] [tgz] |
|---|---|---|
| author | Jesse Wilson <jessewilson@google.com> | Tue Dec 08 15:43:05 2009 -0800 |
| committer | Jesse Wilson <jessewilson@google.com> | Thu Dec 10 18:35:54 2009 -0800 |
| tree | dc2b9c549d6852bf0e4e8b0ba7777edea3c8aacf | |
| parent | a1e5d8a2c1594f7a6ed8aca6e82b106ec8ce79d6 [diff] [blame] |
Support running caliper with the jtreg runner. This is an early first look; we'll need to fix a few things before the UI for this is nice.
diff --git a/JavaLibrary.mk b/JavaLibrary.mk index d1015f5..b12b47d 100644 --- a/JavaLibrary.mk +++ b/JavaLibrary.mk
@@ -75,7 +75,7 @@ LOCAL_JAVA_RESOURCE_DIRS := $(test_resource_dirs) LOCAL_NO_STANDARD_LIBRARIES := true -LOCAL_JAVA_LIBRARIES := core +LOCAL_JAVA_LIBRARIES := core caliper LOCAL_DX_FLAGS := --core-library LOCAL_MODULE_TAGS := tests