diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-07-30 01:07:45 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-07-30 01:07:45 +0000 |
commit | 184e9461c5fe5cf7924527584db2c526034ee5ad (patch) | |
tree | 27bba397be0cddadd00f4bca4fa7df7d6f704dc9 | |
parent | 11bf3545abd52aad9ca7c83ecfd0bb8b109205cd (diff) | |
parent | 48515dcfcbd5d4c0359c3f054de25dbff32cdfb8 (diff) | |
download | system_core-184e9461c5fe5cf7924527584db2c526034ee5ad.tar.gz system_core-184e9461c5fe5cf7924527584db2c526034ee5ad.tar.bz2 system_core-184e9461c5fe5cf7924527584db2c526034ee5ad.zip |
Merge "VtsKernelMemInfoTest: only enforce on Q+ launching devices" into qt-dev
-rw-r--r-- | libmeminfo/vts/AndroidTest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmeminfo/vts/AndroidTest.xml b/libmeminfo/vts/AndroidTest.xml index 530d16ef0..9614025ae 100644 --- a/libmeminfo/vts/AndroidTest.xml +++ b/libmeminfo/vts/AndroidTest.xml @@ -24,6 +24,7 @@ <option name="binary-test-source" value="_32bit::DATA/nativetest/vts_meminfo_test/vts_meminfo_test" /> <option name="binary-test-source" value="_64bit::DATA/nativetest64/vts_meminfo_test/vts_meminfo_test" /> <option name="binary-test-type" value="gtest"/> + <option name="precondition-first-api-level" value="29" /> <option name="test-timeout" value="10m"/> </test> </configuration> |