summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2020-01-07 21:09:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-01-07 21:09:08 +0000
commit575d2c05f55e00ed7d30b42b19451e87a7015693 (patch)
tree286295e0fbf1a5deef537db9218d7876b55be468
parent2bc5bcf1c0af8cbfcf12616f062708f784a30974 (diff)
parentf5decee7e391a1a46bc39af69e0a9f020a3be373 (diff)
downloadrs-575d2c05f55e00ed7d30b42b19451e87a7015693.tar.gz
Merge "Disable clang-tidy for ScriptIntrinsicBLAS.cpp"
-rw-r--r--cpp/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/Android.bp b/cpp/Android.bp
index 9d9041c7..2a08c18e 100644
--- a/cpp/Android.bp
+++ b/cpp/Android.bp
@@ -32,6 +32,8 @@ cc_defaults {
name: "libRScpp-defaults",
defaults: ["rs-version"],
+ tidy: false, // b/146435095, segmentation fault with ScriptIntrinsicBLAS.cpp
+
srcs: [
"RenderScript.cpp",
"BaseObj.cpp",