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

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

Issue 2605793002: [android] Convert linker tests to platform mode. (Closed)
Patch Set: Created 4 years 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
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index f6052ae4229546aeb26da53541a149f19594add3..a20fb896f576370e891dc63419837a182dc70e78 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.")
}

Powered by Google App Engine
This is Rietveld 408576698