summaryrefslogtreecommitdiff
path: root/java/sdk_test.go
AgeCommit message (Expand)Author
2021-07-01"module_current" and "system_server_current" should contain ART's @SystemApi(...Victor Chang
2021-04-01Remove FixturePreparer.Extend()Paul Duffin
2021-03-30Remove extraneous calls to TestingBuildParams.RelativeToTop()Paul Duffin
2021-03-24Remove javaFixtureFactoryPaul Duffin
2021-03-24Remove uses of buildDir from java/java_test.go and java/sdk_test.goPaul Duffin
2021-03-18Fix TestClasspath to work without javaMockFS()Paul Duffin
2021-03-18Convert TestClasspath to test fixturesPaul Duffin
2020-11-12Pass Config to NewTestContext instead of ctx.RegisterColin Cross
2020-10-09Revert "Make lots of tests run in parallel"Colin Cross
2020-10-06Make lots of tests run in parallelColin Cross
2020-08-11Remove obsolete PDK build functionalityDan Willemsen
2020-08-07Introduce AlwaysUsePrebuiltSdksJeongik Cha
2020-07-23Enforce the legacy core/platform API restriction.Pete Gillin
2020-07-01Tidy up the definition of sdkCore.Pete Gillin
2020-07-01Rename the Default* constants in java/config.Pete Gillin
2020-06-08Split the core/platform API into stable and legacy versions.Pete Gillin
2020-06-05Create a framework.aidl for non-updatable platformAnton Hansson
2020-05-15Use system modules for prebuilt SDKs >=30Colin Cross
2020-03-25Make system_server stubs consistent with other stubsAnton Hansson
2020-02-12sdk_version: "system_server_current"Jiyong Park
2020-01-31sdk_version: "module_current" is supportedJiyong Park
2019-12-18Move filesystem into ConfigColin Cross
2019-10-29Use java language 1.9 for sdk_version: "current"Colin Cross
2019-10-28Move TestConfig sdk versions forwardColin Cross
2019-10-28Split java 8 and 9 classpaths in TestClasspathColin Cross
2019-10-21Refactor and strengthen sdk_test.go.Pete Gillin
2019-10-16Enable Java language level 9 by default.Pete Gillin
2019-10-04Shard aidl compiles into srcjarsColin Cross
2019-09-20Add custom SystemModules to bootclasspath to reduce duplicationPaul Duffin
2019-07-17Java test code clean-upJaewoong Jung
2019-06-24Remove the no_framework_libs propertyPaul Duffin
2019-06-18Depend on all the files from system modulesDan Willemsen
2019-06-17Add sdk_version:"core_platform" to replace no_framework_libs:truePaul Duffin
2019-06-17Remove the no_standard_libs propertyPaul Duffin
2019-06-13Add sdk_version:"none" to replace no_standard_libs:truePaul Duffin
2019-06-12Never allow java_library_host with no_standard_libs: truePaul Duffin
2019-06-12Add test for no_framework_libs:truePaul Duffin
2019-05-09Rename EXPERIMENTAL_USE_OPENJDK9 to EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9.Pete Gillin
2019-04-18Build framework.aidl in SoongColin Cross
2019-04-18Get default sdk_test.go values from configColin Cross
2019-04-02Fix sdk_version: "system_current" when Platform_sdk_final=trueColin Cross
2019-01-10Use latest SDK version for current in PDK buildsColin Cross
2019-01-10Split out sdk.go from java.goColin Cross