struct / isoalloc

A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
https://secure.dev
Apache License 2.0
363 stars 25 forks source link

Android CI Support #163

Open struct opened 1 year ago

struct commented 1 year ago

We should support Android NDK CI actions. Some potential solutions:

https://github.com/marketplace/actions/setup-android-ndk https://github.com/marketplace/actions/android-ci-github-action

jvoisin commented 1 year ago

This is blocking #4