From 7416d67f2878b960474afe8c420af8b14b7d9a5e Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Thu, 4 Jan 2024 23:20:42 +0000 Subject: Revert "Revert "Limit System SDK to 34 for Java modules in the v..." Revert submission 2897568-revert-2894701-limit_systemsdk-WNEMOTGMRS Reason for revert: Forward fix was merged Reverted changes: /q/submissionid:2897568-revert-2894701-limit_systemsdk-WNEMOTGMRS Change-Id: Id857406513fbf33a20e5d3836742ebd8a0105516 --- sysprop/sysprop_test.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysprop/sysprop_test.go') diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go index e51fe39c9..e5b3dea05 100644 --- a/sysprop/sysprop_test.go +++ b/sysprop/sysprop_test.go @@ -125,6 +125,12 @@ 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), -- cgit v1.2.3-59-g8ed1b