linkedin / dexmaker

A utility for doing compile or runtime code generation targeting Android's Dalvik VM
Apache License 2.0
1.86k stars 248 forks source link

Use NDK r27 and package riscv64 artifacts #193

Closed prashanthswami closed 1 month ago

prashanthswami commented 1 month ago

Explicitly set NDK r27 to ensure that the latest stable NDK release is used, as opposed to the default NDK version specified by the AGP release. Further, explicitly mark 'riscv64' as a desired ABI when building, so that AAR artifacts package riscv64 binaries.