Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 252 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 252 Bytes

Docker aarch64 android image to test native apps

This contains a build script that shows an example of how to test a native c++ application on an android aosp base system image.

sudo ./build.sh

docker run --rm -it android:aarch64 /bin/sh