commit | e343db3f5486e444bdbde45ec022b4cdd42a1534 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Jan 03 14:54:34 2023 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Jan 03 15:08:22 2023 -0800 |
tree | 2c24a66cfd2d0427455c8e09cb6d674134b0e0af | |
parent | 6f78f756a242c3cb82476d9e5e0c1f85faf51e08 [diff] |
Disable clang-tidy for upstream files. Bug: 264302877 Test: presubmit tests; make tidy-bionic_subset Change-Id: I278201c62e70898103bf20ce8823106418c8fb05
diff --git a/libm/Android.bp b/libm/Android.bp index 2748871..3e271fa 100644 --- a/libm/Android.bp +++ b/libm/Android.bp
@@ -29,6 +29,7 @@ whole_static_libs: ["libarm-optimized-routines-math"], + tidy_disabled_srcs: ["upstream-*/**/*.c"], srcs: [ "upstream-freebsd/lib/msun/bsdsrc/b_tgamma.c", "upstream-freebsd/lib/msun/src/catrig.c",