summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Nyamagoud <nyamagoud@google.com>2024-03-05 18:29:24 +0000
committerRajesh Nyamagoud <nyamagoud@google.com>2024-03-05 18:37:12 +0000
commita8cf68ef41c1f7949bb028db31e22b6cc621ac92 (patch)
tree321cccbc3c445405f099376accef799cbb8412fc
parentcbae97c988c298303d9f094133182fc63b31e399 (diff)
downloadsecurity-a8cf68ef41c1f7949bb028db31e22b6cc621ac92.tar.gz
Added `not_multi_abi` configuration for keystore2_client_tests module.
Changes made to avoid running keystore2_client_tests of armeabi-v7a builds on arm64-v8a platforms. Bug: 322112515 Test: run vts -m keystore2_client_tests Change-Id: Ic7205ecc80146cdd36b1a618c9c5cde114b98e71
-rw-r--r--keystore2/tests/AndroidTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/keystore2/tests/AndroidTest.xml b/keystore2/tests/AndroidTest.xml
index 7db36f7e..dde18a9b 100644
--- a/keystore2/tests/AndroidTest.xml
+++ b/keystore2/tests/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config to run keystore2_client_tests device tests.">
+ <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
<target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer">
</target_preparer>