commit | 614b3a52eac7a9af3c0893a49c5931e68b32ff11 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Jan 26 10:23:54 2017 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Jan 26 10:23:54 2017 -0800 |
tree | 8f0a38a793f2819630474b6a302ae0a98febe994 | |
parent | a85248b489c7e9da6400a6b72d64132d89b2d5c2 [diff] |
Put back LLVM_PREBUILTS_BASE. Without this, WITH_TIDY is disabled because PATH_TO_CLANG_TIDY uses LLVM_PREBUILTS_BASE. Test: build with WITH_TIDY=1 Change-Id: I607ae45550f4574b3cee8e91c3d5b7eaa5f0a96c
diff --git a/core/clang/versions.mk b/core/clang/versions.mk index d9c8aab..711e5a4 100644 --- a/core/clang/versions.mk +++ b/core/clang/versions.mk
@@ -1,3 +1,4 @@ ## Clang/LLVM release versions. LLVM_PREBUILTS_VERSION ?= clang-3289846 +LLVM_PREBUILTS_BASE ?= prebuilts/clang/host