From: Jean Privat Date: Mon, 5 Jan 2015 21:29:15 +0000 (-0500) Subject: Merge: Support for Java arrays, Java libs on Android and Google Cardboard head tracking X-Git-Tag: v0.7.1~53 X-Git-Url: http://nitlanguage.org Merge: Support for Java arrays, Java libs on Android and Google Cardboard head tracking Use the same approach to copy the "libs" dir to the Android project than the "res" dir. Extern Java types for primitive arrays is a bit tricky to convert to JNI format. For example, `Object[]` in Java is represented by `[Ljava.lang.Object;` in JNI format, and `int[]` is `[I`. Add some primitive Java arrays, will add more as needed. Will also need to update jwrapper to use those. The last commit hints at my next demo. It is mostly generated with jwrapper. Pull-Request: #1079 Reviewed-by: Lucas Bajolet Reviewed-by: Jean Privat Reviewed-by: Romain Chanoir --- b3948b6842f63d65ec67dd5b7fc9e7573854c59e