Docker images for checking out AOSP branches and building external code inside the source tree.
3.3K
Docker images for Android modules or apps that really need to be built inside the AOSP source tree. This allows you to access all private APIs in both Java and C++ land. Doing that is usually a massive pain, and definitely not recommended for any application. Even with these helper images, it's not exactly a walk in the park. Furthermore, by using private APIs you risk your module or app crashing on random devices.
So go away now unless you know what you're doing.
Available as openstf/aosp in the Docker Hub Registry.
You might want to checkout the helper script's usage first.
docker run -ti --rm openstf/aosp:jdk7 /aosp.sh help
Please see here for a usage example from an actual module.
See CONTRIBUTING.md.
See LICENSE.
Copyright © The OpenSTF Project. All Rights Reserved.
Content type
Image
Digest
Size
309.6 MB
Last updated
over 8 years ago
docker pull openstf/aosp:jdk8