commit | a4f171d24514ad755d0a6d0bafd7f3215c899e76 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <[email protected]> | Mon Sep 10 11:12:37 2018 -0700 |
committer | Pirama Arumuga Nainar <[email protected]> | Mon Sep 10 12:03:18 2018 -0700 |
tree | f5177aaa9b00ffb093a05a5c77465df819602f84 | |
parent | 8fc3d8f0185d4c98b656f549212659355f4fb6b3 [diff] |
Add --clang-package-path to test_compiler.py Bug: http://b/111998531 test_compiler.py will extract a pre-packaged toolchain from a single .tar.bz2 file in this path to use for subsequent Android build. Test: Run test_compiler.py with package from build server passed in \ via --clang-package-path option Change-Id: Id3daf85310816d4ff9985347fb1fcf9ada59d2e2
For the latest version of this doc, please make sure to visit: Android Clang/LLVM Toolchain Readme Doc
You can also visit the Android Clang/LLVM Prebuilts Readme Doc for more information about our prebuilt toolchains (and what versions they are based upon).
$ mkdir llvm-toolchain && cd llvm-toolchain $ repo init -u https://android.googlesource.com/platform/manifest -b llvm-toolchain $ repo sync -c $ python toolchain/llvm_android/build.py
If building on Linux, pass the --no-build-windows
to build.py
to skip building Clang for Windows.
We have a public mailing list that you can subscribe to: [email protected]