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
This commit is contained in:
Sebastian Pickl
2024-01-04 17:25:03 +00:00
parent 13c52b9963
commit 1f1662217a
5 changed files with 14 additions and 151 deletions

View File

@@ -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),