summaryrefslogtreecommitdiff
path: root/android/sdk_version_test.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2023-03-02 23:36:39 +0000
committer Spandan Das <spandandas@google.com> 2023-03-21 17:37:49 +0000
commit15da5887fef115ccde434d42ae5ddebe3cd36fbc (patch)
tree003a67af5351030ae1a82c93ce08983087539f0f /android/sdk_version_test.go
parentef5b7e4e36dec796a886fc700e6eee4fb2337894 (diff)
Create two sentinel api levels
This relands aosp/2470068. The original CL was submitted as part of a stack that broke tm and udc. Those branches still contain soong modules with min_sdk_version of type (kind+level). Test: m nothing on tm and udc (via go/abtd) Bug: 208456999 Change-Id: I8e013ec10530372f70f0ab0505b7eebeee2b360b
Diffstat (limited to 'android/sdk_version_test.go')
-rw-r--r--android/sdk_version_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/sdk_version_test.go b/android/sdk_version_test.go
index ec81782f0..ea99c4d62 100644
--- a/android/sdk_version_test.go
+++ b/android/sdk_version_test.go
@@ -37,11 +37,11 @@ func TestSdkSpecFrom(t *testing.T) {
},
{
input: "_",
- expected: "invalid_(no version)",
+ expected: "invalid__",
},
{
input: "_31",
- expected: "invalid_(no version)",
+ expected: "invalid__31",
},
{
input: "system_R",