Added latest Android Java port

This commit is contained in:
Joseph Henry
2019-02-15 03:47:09 -08:00
parent e40c3f5527
commit 1b033242ce
54 changed files with 3356 additions and 0 deletions

6
ports/module.modulemap Normal file
View File

@@ -0,0 +1,6 @@
framework module zt {
umbrella header "Xcode-Bridging-Header.h"
export *
module * { export * }
}