summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-14Remove the revision and unpin the manifest.openjdkzijunzhao
Test: N/A Change-Id: I637b28cf84acb65c70e3d0340aff6cfa2f2a071f
2023-10-05Add JDK 21 to openjdk manifestSorin Basca
Change-Id: I45388ba3c7567fe5a0ab504e9f4178be39991c81
2023-07-31DO NOT MERGE ANYWHERE - Update openjdk to use main branch.Xin Li
Bug: b/289400079 Change-Id: I0e47a054714a9e1f47865ac10e1e568a129493dc
2022-08-24openjdk: pin clang repos to before the removal of clang-416183bColin Cross
OpenJDK 11 can't build with clang-r450784e due to https://bugs.openjdk.org/browse/JDK-8229258, which is fixed in OpenJDK 14 but has not been backported to OpenJDK 11. Pin the clang manifests to one that contains the latest working version of clang until we stop building OpenJDK11 and earlier. Change-Id: Iba30d6c3fb82eb9279e8cd743f4b5c6ee79b4c3f
2022-03-14Add JetBrainsRuntime jdk17 sourcesEugene Yakavets
Bug: 223911354 Change-Id: I940ffe0584779575f32d5b4296e673d577c91db9
2022-02-28Add jdk17 projects to the manifestColin Cross
Bug: 219098645 Test: repo sync Change-Id: Ia39163a7a2a73b6ca050eabfa5e130411a8fbe6c
2021-11-18Pin binutils in openjdk manifestColin Cross
Pin the x86_64-linux-glibc2.15-4.8 project in the openjdk manifest to a version that contains binutils, the openjdk build uses x86_64-linux-ar from it. Bug: 203698882 Test: treehugger Change-Id: I291e3e43a0a78acba0b492c29e7c6897c9080afe
2021-11-15Add jdk11 prebuilts to the manifestColin Cross
JDK11 expects a miniumum of JDK10 as the bootstrap compiler, add the current JDK11 prebuilts to bootstrap new JDK11 builds. Bug: 205944740 Test: openjdk build Change-Id: I7868876e550f7f0cfa67476a6092e39052198097
2019-08-26Add OpenJDK11 source and prebuilt OpenJDK9 (used as bootstrap).Sasha Smundak
Bug: 131683179
2019-05-10Add project platform/external/jetbrains/JetBrainsRuntimeDana Dahlstrom
Change-Id: I6f06f32aa31a07d7c8adf34f71654a89c989f6b5 Issue: 131772102
2019-04-26Add side-branch notification to manifest.Ian Kasprzak
See go/side-branch-testing. Testing: Validated with validate_repo_branch.par Change-Id: Idaa0a763798948509dbcc0fbc7b9cc6f6e50c2a7
2018-11-16Use prebuilt JDK from master not studio-master-devDana Dahlstrom
Change-Id: Ie600ff2db4039f601961a3fbeabfb290a8ad1d61 Issue: 119623096
2018-11-15Set default revision="master"Dana Dahlstrom
Change-Id: I9499eff3d2524e8f7cc8256291a3d534d23e8675 Issue: 119623096
2017-10-04Add toolchain/jdk/jdk9*Colin Cross
Test: syncs Bug: 62123342 Change-Id: Ia2e417be6923d7000e94af146133d052e204342b
2017-06-27Add clang prebuilts to openjdk manifestColin Cross
The darwin clang prebuilts are necessary to build on older mac buildbots, and the linux clang prebuilts will be used later for deprecating the gcc prebuilts. Also fix alphabetization of prebuilts projects. Change-Id: I0d92a968ff6cd2ec22f2a8716685bf9ff5d3a5ef
2017-06-19Add projects for hermetic OpenJDK buildsColin Cross
Add prebuilts and scripts projects to allow building OpenJDK hermetically. Test: toolchain/jdk/build/build-openjdk-linux.sh Test: toolchain/jdk/build/build-openjdk-darwin.sh Change-Id: If2445b87320e468a0d68bf744e55039d55fe7eb1
2016-04-20Add jdk projectsDeepanshu Gupta
Change-Id: I87b2d9744434c182cbb5c13b6d378b73232fc218
2016-04-20Create an empty manifest for OpenJDK.Xin Li