commit | 630b81546dbbd645d775fac57c5fcf3347610e9e | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Wed Aug 21 18:38:39 2024 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Wed Aug 21 09:40:49 2024 +0000 |
tree | 2ef4c4d058e7d12571121c3b580a8dd0a1947c68 | |
parent | df47152c45ff9f51c290aef61a91f87ce08d3b66 [diff] |
Give CtsHostsideNetworkTests helper apps a min_sdk_version. This allows them to run on older Android releases. Fix: 358007993 Test: test-only change Change-Id: I3c1e7eb6a3aeb53ae9bb2dadb5827d5987755905
diff --git a/tests/cts/hostside/app/Android.bp b/tests/cts/hostside/app/Android.bp index 919e025..798cf98 100644 --- a/tests/cts/hostside/app/Android.bp +++ b/tests/cts/hostside/app/Android.bp
@@ -44,6 +44,7 @@ "general-tests", "sts", ], + min_sdk_version: "31", } android_test_helper_app {