Lines Matching refs:Android
3 Android C/C++ source files can be checked by clang-tidy for issues like
10 ## Global defaults for Android builds
32 The global default can be overwritten by module properties in Android.bp.
37 [system/bpf/Android.bp](https://android.googlesource.com/platform/system/bpf/+/refs/heads/main/Andr…
72 [system/netd/tests/Android.bp](https://android.googlesource.com/platform/system/netd/+/refs/heads/m…
81 [bionic/tests/Android.bp](https://android.googlesource.com/platform/bionic/+/refs/heads/main/tests/…
100 [system/core/libsysutils/Android.bp](https://android.googlesource.com/platform/system/core/+/refs/h…
127 Some Android modules use the `tidy_flags` to pass "-warnings-as-errors="
133 [art/odrefresh/Android.bp](https://android.googlesource.com/platform/art/+/refs/heads/main/odrefres…
183 their files with clang-tidy and wish to build other Android components as
190 Android quickly with
214 Since any Android module, a C/C++ library or binary, can be built
229 Some Android modules have large files that take a long time to compile
236 in several Android continuous builds where `WITH_TIDY=1` and
249 ## Capabilities for Android.bp and Android.mk
252 for modules in Android.bp files, not for Android.mk modules yet.
255 modules in Android.bp or Android.mk files.
257 * The global `TIDY_TIMEOUT` variable is recognized by Android prebuilt
260 * The clang-tidy module level properties are defined for Android.bp modules.
261 For Android.mk modules, old `LOCAL_TIDY`, `LOCAL_TIDY_CHECKS`,
263 those modules to use Android.bp files.
265 * The `tidy-*` phony targets are only generated for Android.bp modules.