diff options
author | Jesse Wilson <jessewilson@google.com> | 2009-12-08 15:43:05 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2009-12-10 18:35:54 -0800 |
commit | e75be427785cf47b8236558c96d86beb976802d7 (patch) | |
tree | dc2b9c549d6852bf0e4e8b0ba7777edea3c8aacf /JavaLibrary.mk | |
parent | a1e5d8a2c1594f7a6ed8aca6e82b106ec8ce79d6 (diff) | |
download | libcore-e75be427785cf47b8236558c96d86beb976802d7.zip libcore-e75be427785cf47b8236558c96d86beb976802d7.tar.gz libcore-e75be427785cf47b8236558c96d86beb976802d7.tar.bz2 |
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.
Diffstat (limited to 'JavaLibrary.mk')
-rw-r--r-- | JavaLibrary.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaLibrary.mk b/JavaLibrary.mk index d1015f5..b12b47d 100644 --- a/JavaLibrary.mk +++ b/JavaLibrary.mk @@ -75,7 +75,7 @@ LOCAL_SRC_FILES := $(test_src_files) 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 |