summaryrefslogtreecommitdiff
path: root/sysprop
diff options
context:
space:
mode:
author Sebastian Pickl <spickl@google.com> 2024-01-04 17:25:03 +0000
committer Sebastian Pickl <spickl@google.com> 2024-01-04 19:28:16 +0000
commit1f1662217a384b6d7b117a529a12cfbfa2994272 (patch)
tree90375f2dfcec72633fe4192e62a88a029f9edde9 /sysprop
parent13c52b99633b4f5da96f6b9cb1d479e4c65de464 (diff)
Revert "Limit System SDK to 34 for Java modules in the vendor pa..."
Revert submission 2894701-limit_systemsdk Reason for revert: might be breaking builds at 318695834 Bug: 318695834 Reverted changes: /q/submissionid:2894701-limit_systemsdk Change-Id: I71a87d0a026a444ea9d26f889b3421162e13fea9
Diffstat (limited to 'sysprop')
-rw-r--r--sysprop/sysprop_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go
index e5b3dea05..e51fe39c9 100644
--- a/sysprop/sysprop_test.go
+++ b/sysprop/sysprop_test.go
@@ -125,12 +125,6 @@ func test(t *testing.T, bp string) *android.TestResult {
variables.DeviceSystemSdkVersions = []string{"28"}
variables.DeviceVndkVersion = proptools.StringPtr("current")
variables.Platform_vndk_version = proptools.StringPtr("29")
- variables.DeviceCurrentApiLevelForVendorModules = proptools.StringPtr("28")
- }),
- java.FixtureWithPrebuiltApis(map[string][]string{
- "28": {},
- "29": {},
- "30": {},
}),
mockFS.AddToFixture(),
android.FixtureWithRootAndroidBp(bp),