docker-aosp icon indicating copy to clipboard operation
docker-aosp copied to clipboard

Docker images for checking out AOSP branches and building external code inside the source tree.

Results 2 docker-aosp issues
Sort by recently updated
recently updated
newest added

Seems the that USER needs to be set. Any way this can be added to the docker image? if using Docker, define the USER environment variable (not set by default),...

Add a line of "ENV USER root" to work around below problem encountered while compiling branch android-8.1.0_r1 `Still: out/host/linux-x86/bin/jack: line 80: USER: unbound variable`