forked from openkylin/platform_build
Rename bin/clang to bin/analyzer
Change-Id: Ie77018e4943823f7d0f18e9249f973a98ee3652a
This commit is contained in:
parent
43077645b5
commit
af738a4bdb
|
@ -611,7 +611,7 @@ function getdriver()
|
|||
if [ -n "$WITH_STATIC_ANALYZER" ]; then
|
||||
echo "\
|
||||
$T/prebuilts/clang/linux-x86/host/3.3/tools/scan-build/scan-build \
|
||||
--use-analyzer $T/prebuilts/clang/linux-x86/host/3.3/bin/clang \
|
||||
--use-analyzer $T/prebuilts/clang/linux-x86/host/3.3/bin/analyzer \
|
||||
--status-bugs \
|
||||
--top=$T"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue