├── .gitignore ├── Makefile ├── README.md └── default-config.mk /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicken-mobile/android-chicken/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicken-mobile/android-chicken/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicken-mobile/android-chicken/HEAD/README.md -------------------------------------------------------------------------------- /default-config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicken-mobile/android-chicken/HEAD/default-config.mk --------------------------------------------------------------------------------