README (396B)
1 make-java 2 ========= 3 4 An attempt to build maven projects using plain GNUmakefile 5 6 Build Requirements 7 ------------------ 8 These tools are expected to be in path 9 - unzip (Extracting .aar files) 10 - mor (Downloading .aar files) 11 - aapt2 (Compiles resource files into .apk) 12 - zipalign 13 - javac 14 - GNUMake 15 16 tree 17 ---- 18 | res/ 19 | src/ 20 | AndroidManifest.xml 21 | Makefile 22 | config.mk 23 | requirements.ini 24