kylemanna / docker-aosp

🏗 Minimal Android AOSP build environment with handy automation wrapper scripts
https://registry.hub.docker.com/u/kylemanna/aosp/
MIT License
507 stars 239 forks source link

Refactor code and create utils/aosp_build_tag.sh #12

Open jcfr opened 8 years ago

jcfr commented 8 years ago

The idea is to avoid code duplication in tests/build-kitkat.sh and tests/build-lollipop.sh

Ultimately, it should allow to build any tag/branch listed on https://source.android.com/source/build-numbers.html#source-code-tags-and-builds

kylemanna commented 7 years ago

True. I assume that people really using this will fork the build scripts to something more suitable for their own builds. I keep them around as a demonstration for those investigating the Docker image.

That said, de-duping the code is always nice.