Skip to content

Commit

Permalink
Add Android native targets
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Sep 1, 2024
1 parent ccff449 commit d832728
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

### Added

- `androidNativeArm32` support
- `androidNativeArm64` support
- `androidNativeX64` support
- `androidNativeX86` support

### Changed

### Deprecated
Expand Down
7 changes: 6 additions & 1 deletion kopy-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ hubdle {
}
}
}
androidNative()
androidNative {
androidNativeArm32()
androidNativeArm64()
androidNativeX64()
androidNativeX86()
}
apple {
ios {
iosArm64()
Expand Down

0 comments on commit d832728

Please sign in to comment.