Index: third_party/android_support_test_runner/BUILD.gn |
diff --git a/third_party/android_support_test_runner/BUILD.gn b/third_party/android_support_test_runner/BUILD.gn |
index 61e15f935e35072bed67a5ef001e102cee725399..64eb4806a6414b2ba628c8a5bd9c936d6f177c72 100644 |
--- a/third_party/android_support_test_runner/BUILD.gn |
+++ b/third_party/android_support_test_runner/BUILD.gn |
@@ -5,8 +5,18 @@ |
import("//build/config/android/rules.gni") |
android_java_prebuilt("runner_java") { |
- jar_path = "lib/runner-0.3-release-no-dep.jar" |
+ jar_path = "lib/runner-0.5-release-no-dep.jar" |
the real yoland
2016/08/03 23:05:09
I don't think I was able to find 0.5 here
aluo
2016/08/05 22:00:16
Done. I uploaded these to the bucket
the real yoland
2016/08/05 22:16:57
Got it, in that case, you want to also add the cha
mikecase (-- gone --)
2016/08/19 20:36:21
Yeah, still need to update sha1 hash
Add file...
|
deps = [ |
+ ":exposed_instrumentation_api_publish_java", |
+ ":junit_java", |
"//third_party/guava:guava_java", |
] |
} |
+ |
+android_java_prebuilt("exposed_instrumentation_api_publish_java") { |
+ jar_path = "lib/exposed-instrumentation-api-publish-0.5-no-dep.jar" |
+} |
+ |
+android_java_prebuilt("junit_java") { |
the real yoland
2016/08/03 23:05:09
+mikecase is adding junit4.12 to //third_party/jun
aluo
2016/08/05 22:00:16
I'll wait for junit to be updated and modify this.
mikecase (-- gone --)
2016/08/19 20:36:21
junit 4.12 should be available now via //third_par
|
+ jar_path = "lib/junit-4.12-release-no-dep.jar" |
+} |