index
:
Project-1CE/build_soong
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
sdk_test.go
Age
Commit message (
Expand
)
Author
2021-07-01
"module_current" and "system_server_current" should contain ART's @SystemApi(...
Victor Chang
2021-04-01
Remove FixturePreparer.Extend()
Paul Duffin
2021-03-30
Remove extraneous calls to TestingBuildParams.RelativeToTop()
Paul Duffin
2021-03-24
Remove javaFixtureFactory
Paul Duffin
2021-03-24
Remove uses of buildDir from java/java_test.go and java/sdk_test.go
Paul Duffin
2021-03-18
Fix TestClasspath to work without javaMockFS()
Paul Duffin
2021-03-18
Convert TestClasspath to test fixtures
Paul Duffin
2020-11-12
Pass Config to NewTestContext instead of ctx.Register
Colin Cross
2020-10-09
Revert "Make lots of tests run in parallel"
Colin Cross
2020-10-06
Make lots of tests run in parallel
Colin Cross
2020-08-11
Remove obsolete PDK build functionality
Dan Willemsen
2020-08-07
Introduce AlwaysUsePrebuiltSdks
Jeongik Cha
2020-07-23
Enforce the legacy core/platform API restriction.
Pete Gillin
2020-07-01
Tidy up the definition of sdkCore.
Pete Gillin
2020-07-01
Rename the Default* constants in java/config.
Pete Gillin
2020-06-08
Split the core/platform API into stable and legacy versions.
Pete Gillin
2020-06-05
Create a framework.aidl for non-updatable platform
Anton Hansson
2020-05-15
Use system modules for prebuilt SDKs >=30
Colin Cross
2020-03-25
Make system_server stubs consistent with other stubs
Anton Hansson
2020-02-12
sdk_version: "system_server_current"
Jiyong Park
2020-01-31
sdk_version: "module_current" is supported
Jiyong Park
2019-12-18
Move filesystem into Config
Colin Cross
2019-10-29
Use java language 1.9 for sdk_version: "current"
Colin Cross
2019-10-28
Move TestConfig sdk versions forward
Colin Cross
2019-10-28
Split java 8 and 9 classpaths in TestClasspath
Colin Cross
2019-10-21
Refactor and strengthen sdk_test.go.
Pete Gillin
2019-10-16
Enable Java language level 9 by default.
Pete Gillin
2019-10-04
Shard aidl compiles into srcjars
Colin Cross
2019-09-20
Add custom SystemModules to bootclasspath to reduce duplication
Paul Duffin
2019-07-17
Java test code clean-up
Jaewoong Jung
2019-06-24
Remove the no_framework_libs property
Paul Duffin
2019-06-18
Depend on all the files from system modules
Dan Willemsen
2019-06-17
Add sdk_version:"core_platform" to replace no_framework_libs:true
Paul Duffin
2019-06-17
Remove the no_standard_libs property
Paul Duffin
2019-06-13
Add sdk_version:"none" to replace no_standard_libs:true
Paul Duffin
2019-06-12
Never allow java_library_host with no_standard_libs: true
Paul Duffin
2019-06-12
Add test for no_framework_libs:true
Paul Duffin
2019-05-09
Rename EXPERIMENTAL_USE_OPENJDK9 to EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9.
Pete Gillin
2019-04-18
Build framework.aidl in Soong
Colin Cross
2019-04-18
Get default sdk_test.go values from config
Colin Cross
2019-04-02
Fix sdk_version: "system_current" when Platform_sdk_final=true
Colin Cross
2019-01-10
Use latest SDK version for current in PDK builds
Colin Cross
2019-01-10
Split out sdk.go from java.go
Colin Cross