Skip to content

Commit

Permalink
build.gradle: add a few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 21, 2025
1 parent 55f0fdb commit 8974fca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ model {
}

platforms {
// To build native libraries for Android, use "android.gradle" instead.
Linux64 {
architecture 'x86_64'
operatingSystem 'linux'
Expand Down Expand Up @@ -90,6 +91,7 @@ model {
}

components {
// To build native libraries for Android, use "android.gradle" instead.
joltjni(NativeLibrarySpec) {
targetPlatform 'Linux64'
targetPlatform 'Linux_ARM32hf'
Expand All @@ -110,6 +112,7 @@ model {
//println " - $pName $buildType $flavor" // to debug this script

buildable = true
// Decide whether to build for the target platform:
String os = targetPlatform.operatingSystem.name
if (buildable && project.hasProperty('bt')) {
// set in gradle.properties file or -Pbt= on the command line
Expand Down

0 comments on commit 8974fca

Please sign in to comment.