summaryrefslogtreecommitdiffstats
path: root/testing/test.gni
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test.gni')
-rw-r--r--testing/test.gni4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/test.gni b/testing/test.gni
index ec56f01..b4cdbed 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -117,8 +117,8 @@ template("test") {
unittests_dep = ":$library_name"
apk_name = main_target_name
if (defined(invoker.output_name)) {
- test_output_name = invoker.output_name
- unittests_binary = "lib${test_output_name}.so"
+ apk_name = invoker.output_name
+ unittests_binary = "lib${apk_name}.so"
}
deps = [
":$library_name",