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

Unified Diff: build/config/android/internal_rules.gni

Issue 2605793002: [android] Convert linker tests to platform mode. (Closed)
Patch Set: mikecase comment Created 3 years, 12 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/android/test_runner.pydeps ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 322f5aeef757f6e959c9ae288daa1776ef3dd1f6..b7a42d34657803380fb6e7f4c2cb7913b202f196 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -553,6 +553,11 @@ template("test_runner_script") {
"--test-suite",
invoker.test_suite,
]
+ } else if (_test_type == "linker") {
+ test_runner_args += [
+ "--test-apk",
+ "@FileArg($_rebased_apk_build_config:deps_info:apk_path)",
+ ]
} else {
assert(false, "Invalid test type: $_test_type.")
}
« no previous file with comments | « build/android/test_runner.pydeps ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698