aboutsummaryrefslogtreecommitdiff
path: root/java/sdk_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rename core-current-stubs-system-modules to be more consistentPaul Duffin2021-11-031-4/+4
* Use module-lib system modules when building from prebuiltsPaul Duffin2021-11-011-4/+4
* Run TestClasspath test cases with Always_use_prebuilt_sdks=true/falsePaul Duffin2021-10-291-4/+113
* Refactor TestClasspath to simplify follow up changePaul Duffin2021-10-291-17/+23
* Add tests for prebuilts of all API surfacesPaul Duffin2021-10-291-2/+68
* Replace android.BuildOs with Config.BuildOSColin Cross2021-07-201-6/+8
* "module_current" and "system_server_current" should contain ART's @SystemApi(...Victor Chang2021-06-291-2/+2
* Remove FixturePreparer.Extend()Paul Duffin2021-04-011-2/+4
* Remove extraneous calls to TestingBuildParams.RelativeToTop()Paul Duffin2021-03-301-4/+4
* Remove javaFixtureFactoryPaul Duffin2021-03-241-1/+2
* Remove uses of buildDir from java/java_test.go and java/sdk_test.goPaul Duffin2021-03-241-18/+15
* Fix TestClasspath to work without javaMockFS()Paul Duffin2021-03-181-0/+5
* Convert TestClasspath to test fixturesPaul Duffin2021-03-181-51/+39
* Pass Config to NewTestContext instead of ctx.RegisterColin Cross2020-11-121-4/+4
* Revert "Make lots of tests run in parallel"Colin Cross2020-10-091-1/+0
* Make lots of tests run in parallelColin Cross2020-10-061-0/+1
* Remove obsolete PDK build functionalityDan Willemsen2020-08-111-42/+0
* Introduce AlwaysUsePrebuiltSdksJeongik Cha2020-08-071-0/+4
* Enforce the legacy core/platform API restriction.Pete Gillin2020-07-231-9/+9
* Tidy up the definition of sdkCore.Pete Gillin2020-07-011-5/+4
* Rename the Default* constants in java/config.Pete Gillin2020-07-011-10/+10
* Split the core/platform API into stable and legacy versions.Pete Gillin2020-06-081-3/+3
* Create a framework.aidl for non-updatable platformAnton Hansson2020-06-051-1/+1
* Use system modules for prebuilt SDKs >=30Colin Cross2020-05-151-14/+53
* Make system_server stubs consistent with other stubsAnton Hansson2020-03-251-2/+2
* sdk_version: "system_server_current"Jiyong Park2020-02-121-1/+8
* sdk_version: "module_current" is supportedJiyong Park2020-01-311-0/+9
* Move filesystem into ConfigColin Cross2019-12-181-8/+8
* Use java language 1.9 for sdk_version: "current"Colin Cross2019-10-291-21/+40
* Move TestConfig sdk versions forwardColin Cross2019-10-281-20/+20
* Split java 8 and 9 classpaths in TestClasspathColin Cross2019-10-281-113/+132
* Refactor and strengthen sdk_test.go.Pete Gillin2019-10-211-35/+59
* Enable Java language level 9 by default.Pete Gillin2019-10-161-5/+6
* Shard aidl compiles into srcjarsColin Cross2019-10-041-7/+9
* Add custom SystemModules to bootclasspath to reduce duplicationPaul Duffin2019-09-201-1/+1
* Java test code clean-upJaewoong Jung2019-07-171-3/+3
* Remove the no_framework_libs propertyPaul Duffin2019-06-241-8/+0
* Depend on all the files from system modulesDan Willemsen2019-06-181-1/+1
* Add sdk_version:"core_platform" to replace no_framework_libs:truePaul Duffin2019-06-171-0/+8
* Remove the no_standard_libs propertyPaul Duffin2019-06-171-22/+0
* Add sdk_version:"none" to replace no_standard_libs:truePaul Duffin2019-06-131-3/+25
* Never allow java_library_host with no_standard_libs: truePaul Duffin2019-06-121-7/+0
* Add test for no_framework_libs:truePaul Duffin2019-06-121-0/+8
* Rename EXPERIMENTAL_USE_OPENJDK9 to EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9.Pete Gillin2019-05-091-5/+5
* Build framework.aidl in SoongColin Cross2019-04-181-191/+205
* Get default sdk_test.go values from configColin Cross2019-04-181-7/+9
* Fix sdk_version: "system_current" when Platform_sdk_final=trueColin Cross2019-04-021-14/+52
* Use latest SDK version for current in PDK buildsColin Cross2019-01-101-0/+31
* Split out sdk.go from java.goColin Cross2019-01-101-0/+260