[PATCH] D29050: [zorg] Add AOSP builder

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 15:27:22 PST 2017


pzheng added a comment.

Thanks for reviewing the patch, Tobias. The AOSP source code repo is very large (over 50GB) and it takes hours to do a fresh checkout the entire repo. Therefore, on the AOSP buildslave, I checkout the AOSP repo in advance and this is a one-time effort. After that, we can simply sync the AOSP repo (set sync=True) as necessary which only takes a few minutes. Detailed instructions for checking out AOSP is available at https://source.android.com/source/downloading.html

The software configuration for building AOSP is actually fairly simple if your build machine has a recent version of Ubuntu (>=15.04). All you need to do is to install openjdk-8-jdk. For older Ubuntu versions, the following link has detailed instructions. https://source.android.com/source/initializing.html


https://reviews.llvm.org/D29050





More information about the llvm-commits mailing list