summaryrefslogtreecommitdiff
path: root/system-server/tests/unit
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2023-01-06 18:51:21 +0000
committerSpandan Das <spandandas@google.com>2023-01-06 18:51:21 +0000
commita2d4f0bac0cf6877f4ceaff08cd549a4096a92a6 (patch)
tree46ad96a8818b75d68e31f33770a2f6469e2cfa0a /system-server/tests/unit
parent6b2f9347518c58411b316b6a23077ac5f183fef4 (diff)
downloadRemoteKeyProvisioning-a2d4f0bac0cf6877f4ceaff08cd549a4096a92a6.tar.gz
Enforce min_sdk_version=33
This test is part of MTS. Setting min_sdk_version helps ensure backwards compatibility with older devices. Test: TH Bug: 156476221 Change-Id: I016ce8f3328d3e382b9b6eb314fb6a799b0dc11a
Diffstat (limited to 'system-server/tests/unit')
-rw-r--r--system-server/tests/unit/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/system-server/tests/unit/Android.bp b/system-server/tests/unit/Android.bp
index b08bf37..3aac9e7 100644
--- a/system-server/tests/unit/Android.bp
+++ b/system-server/tests/unit/Android.bp
@@ -29,6 +29,7 @@ android_test {
libs: [
"android.test.mock",
],
+ min_sdk_version: "33",
target_sdk_version: "current",
test_suites: [
"general-tests",