Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1255)

Unified Diff: mojo/android/BUILD.gn

Issue 1694703002: Convert mojo_test_apk android_apk->instrumentation_test_apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/android/BUILD.gn
diff --git a/mojo/android/BUILD.gn b/mojo/android/BUILD.gn
index f1a9401853dc975d9db9ed49bcb44b203d6afdbf..29ad85cb009893f96e22cd06f6c4cceb9675d94e 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -132,9 +132,7 @@ shared_library("mojo_java_unittests") {
defines = [ "UNIT_TEST" ]
}
-android_apk("mojo_test_apk") {
- testonly = true
- create_dist_ijar = true
+instrumentation_test_apk("mojo_test_apk") {
deps = [
":mojo_java_unittests",
":mojo_javatests",
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698