The automation parts were cribbed directly from 50add3e176. The automation permissions were added in https://bugzilla.mozilla.org/show_bug.cgi?id=1477311. This uses a very rudimentary Gradle plugin, `rust-android-gradle`, with custom fixes and extensions. It works pretty well for what it is! See https://github.com/ncalexan/rust-android-gradle.
50add3e176
* Rename SDK package name from com.mozilla.mentat to org.mozilla.mentat * Gradle configuration for publishing to a bintray repository
Documents the FFI layer for Mentat, and provides transaction functionality via an EDN string. Creates two native libraries for iOS (Swift) and Android (Java) and fully tests the FFI for both platforms. Closes #619 #614 #611