Skip to content

Add Android Native arm32 target (#503)#504

Merged
michalharakal merged 1 commit intodevelopfrom
feature/503-android-native-arm32
Apr 14, 2026
Merged

Add Android Native arm32 target (#503)#504
michalharakal merged 1 commit intodevelopfrom
feature/503-android-native-arm32

Conversation

@michalharakal
Copy link
Copy Markdown
Contributor

Summary

  • Adds androidNativeArm32() Kotlin/Native target alongside the existing androidNativeArm64() in skainet-compile-core, skainet-lang-core, and skainet-lang-ksp-annotations.
  • Enables 32-bit ARM Android builds for vendor-specific backends that link native device libraries.

Closes #503

Test plan

  • ./gradlew allTests — BUILD SUCCESSFUL

🤖 Generated with Claude Code

Enables 32-bit ARM Android Native builds alongside the existing arm64
target so vendor-specific backends can link native device libraries on
32-bit devices.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@michalharakal michalharakal merged commit 89009d0 into develop Apr 14, 2026
7 checks passed
@github-actions
Copy link
Copy Markdown

📖 Documentation Preview

The documentation has been built successfully for this PR.

Generated Files:

  • Operator documentation: docs/modules/operators/_generated_/
  • JSON schema output: operators.json

Artifacts:

  • Download the documentation-preview-504 artifact to view the complete documentation locally.

This comment will be updated automatically when the PR is updated.

@michalharakal michalharakal deleted the feature/503-android-native-arm32 branch April 14, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Android Native arm32 target support

1 participant