summaryrefslogtreecommitdiff
path: root/java/sdk_test.go
AgeCommit message (Expand)Author
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-08-11Remove obsolete PDK build functionality Dan Willemsen
2020-08-07Introduce AlwaysUsePrebuiltSdks Jeongik 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 platform Anton Hansson
2020-05-15Use system modules for prebuilt SDKs >=30 Colin Cross
2020-03-25Make system_server stubs consistent with other stubs Anton Hansson
2020-02-12sdk_version: "system_server_current" Jiyong Park
2020-01-31sdk_version: "module_current" is supported Jiyong Park
2019-12-18Move filesystem into Config Colin Cross
2019-10-29Use java language 1.9 for sdk_version: "current" Colin Cross
2019-10-28Move TestConfig sdk versions forward Colin Cross
2019-10-28Split java 8 and 9 classpaths in TestClasspath Colin 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 srcjars Colin Cross
2019-09-20Add custom SystemModules to bootclasspath to reduce duplication Paul Duffin
2019-07-17Java test code clean-up Jaewoong Jung
2019-06-24Remove the no_framework_libs property Paul Duffin
2019-06-18Depend on all the files from system modules Dan Willemsen
2019-06-17Add sdk_version:"core_platform" to replace no_framework_libs:true Paul Duffin
2019-06-17Remove the no_standard_libs property Paul Duffin
2019-06-13Add sdk_version:"none" to replace no_standard_libs:true Paul Duffin
2019-06-12Never allow java_library_host with no_standard_libs: true Paul Duffin
2019-06-12Add test for no_framework_libs:true Paul Duffin
2019-05-09Rename EXPERIMENTAL_USE_OPENJDK9 to EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9. Pete Gillin
2019-04-18Build framework.aidl in Soong Colin Cross
2019-04-18Get default sdk_test.go values from config Colin Cross
2019-04-02Fix sdk_version: "system_current" when Platform_sdk_final=true Colin Cross
2019-01-10Use latest SDK version for current in PDK builds Colin Cross
2019-01-10Split out sdk.go from java.go Colin Cross