├── Dockerfile ├── LICENSE ├── Makefile ├── README.md └── entrypoint.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracer0tong/android-emulator/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracer0tong/android-emulator/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracer0tong/android-emulator/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracer0tong/android-emulator/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracer0tong/android-emulator/HEAD/entrypoint.sh --------------------------------------------------------------------------------