aboutsummaryrefslogtreecommitdiff
path: root/core/native_test_config_template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/native_test_config_template.xml')
-rw-r--r--core/native_test_config_template.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/native_test_config_template.xml b/core/native_test_config_template.xml
index ea982cf2f9..788157c611 100644
--- a/core/native_test_config_template.xml
+++ b/core/native_test_config_template.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
+<!-- Copyright (C) 2023 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
</target_preparer>
<test class="com.android.tradefed.testtype.GTest" >
- <option name="native-test-device-path" value="{TEST_INSTALL_BASE}" />
+ {EXTRA_TEST_RUNNER_CONFIGS}<option name="native-test-device-path" value="{TEST_INSTALL_BASE}" />
<option name="module-name" value="{MODULE}" />
</test>
</configuration>