aboutsummaryrefslogtreecommitdiff
path: root/sdk
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2023-03-02 04:41:35 +0000
committerSpandan Das <spandandas@google.com>2023-03-21 04:36:23 +0000
commit9145508204b14e60f3aaf958579974919793e8b7 (patch)
tree91794a63d680d27d4a4643e7fe09a70cf2ffcc00 /sdk
parentb84dbb2f3ec28b10ba6284516b9067cfde3fd4a0 (diff)
Prework for migrating min_sdk_version from (kind+level) to (level)
This relands aosp/2465355. The original CL was submitted as part of a stack which broke tm and udc. Those branches contain soong modules with min_sdk_version of type (kind+level) Bug: 208456999 Test: go test ./sdk (top of CL stack) Change-Id: I627f69b1fd71ab386e9026a2fc1566bad786bf1d
Diffstat (limited to 'sdk')
-rw-r--r--sdk/bootclasspath_fragment_sdk_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdk/bootclasspath_fragment_sdk_test.go b/sdk/bootclasspath_fragment_sdk_test.go
index efb97be37..0d6496dd3 100644
--- a/sdk/bootclasspath_fragment_sdk_test.go
+++ b/sdk/bootclasspath_fragment_sdk_test.go
@@ -839,6 +839,7 @@ func TestSnapshotWithBootclasspathFragment_HiddenAPI(t *testing.T) {
compile_dex: true,
public: {enabled: true},
permitted_packages: ["mysdklibrary"],
+ min_sdk_version: "current",
}
java_sdk_library {