Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add JDK21 prebuilts to aosp-build-tools manifest
Browse files Browse the repository at this point in the history
Bug: 313924276
Test: Copy manually && repo sync
Change-Id: Icdcc71d3295e9b00a600f523244ef6ea65a4110e
  • Loading branch information
sbgoog committed Feb 7, 2024
1 parent d9a2b5a commit e551011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="linux" clone-depth="1" />

<!-- toolchain jdk prebuilts -->
<project path="prebuilts/jdk/jdk21" name="platform/prebuilts/jdk/jdk21" clone-depth="1" />
<project path="prebuilts/jdk/jdk17" name="platform/prebuilts/jdk/jdk17" clone-depth="1" />
<project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" clone-depth="1" />
<project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" clone-depth="1" />
Expand Down

0 comments on commit e551011

Please sign in to comment.