-
Notifications
You must be signed in to change notification settings - Fork 783
Update Android build setup #1228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
marty-johnson59
merged 21 commits into
KhronosGroup:main
from
SaschaWillems:android_build_setup_update
Dec 16, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
1ceae13
Update fmd and spdlog third party modules to a recent combination tha…
SaschaWillems 891c4ab
Update validation layers for Android builds to 1.3.296
SaschaWillems 58ff746
Updated Android build files to work latest Android tooling
SaschaWillems 9d9ea28
Replace ALooper_pollAll with ALooper_pollOnce
SaschaWillems 23bd666
Remove package from Android manifest
SaschaWillems 9f8ba49
Update Android build instructions
SaschaWillems a6e70a4
Update gradle to 8.9
SaschaWillems b8e0494
Merge remote-tracking branch 'origin/main' into android_build_setup_u…
SaschaWillems cfd93e0
Change gradle distribution url
SaschaWillems 7493bb8
Fix VVL download script
SaschaWillems 4e78db3
adb spelling
SaschaWillems 3d66b3f
Trying to fix those annoying quality checks
SaschaWillems be8379f
Update Java version for Android CI builds
SaschaWillems 93f02a2
Android JDK setup
SaschaWillems c022c3b
Revert adb name change
SaschaWillems 5d43393
bump versions for Android and fix a few things.
gpx1000 2d15974
Merge pull request #2 from gpx1000/for_sascha
SaschaWillems 618b573
Github CI has NDK 27 installed but not yet 28. It doesn't make a dif…
gpx1000 1686ce5
Update the JDK that github is using.
gpx1000 eadfc0c
Merge pull request #4 from gpx1000/for_sascha
SaschaWillems 22bc18b
Update wording on required Android Studio version.
SaschaWillems File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -89,11 +89,11 @@ jobs: | |
| with: | ||
| submodules: "recursive" | ||
|
|
||
| - name: set up JDK 11 | ||
| uses: actions/setup-java@v3 | ||
| - name: set up JDK | ||
| uses: actions/setup-java@v4 | ||
| with: | ||
| java-version: "11" | ||
| distribution: "temurin" | ||
| java-version: "21" | ||
| distribution: "zulu" | ||
| cache: gradle | ||
| - name: ccache | ||
| uses: hendrikmuhs/[email protected] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| plugins { | ||
| id 'com.android.application' version '7.4.2' apply false | ||
| id 'com.android.library' version '7.4.2' apply false | ||
| id 'com.android.application' version '8.7.2' apply false | ||
| id 'com.android.library' version '8.7.2' apply false | ||
| } | ||
|
|
||
| task clean(type: Delete) { | ||
| delete rootProject.buildDir | ||
| tasks.register('clean', Delete) { | ||
| delete rootProject.layout.buildDirectory | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.