dukeify / fake-jni

An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add section to README about compiling for android

Matthewacon opened this issue · comments

FFI_CC and FFI_CXX need to be set to the respective X-linux-androidY-clang and X-linux-androidY-clang++ cross-compilers in order to properly compile. The default compilers set by the android cmake toolchain does not work (CMAKE_C_COMPILER and CMAKE_CXX_COMPILER).