Robin Lee | 4fd4d39 | 2017-03-14 14:03:05 +0000 | [diff] [blame] | 1 | cc_library_headers { |
| 2 | name: "libnetd_client_headers", |
| 3 | export_include_dirs: ["include"], |
| 4 | } |
| 5 | |
Bernie Innocenti | 0c53274 | 2018-06-11 14:12:08 +0900 | [diff] [blame^] | 6 | cc_defaults { |
| 7 | name: "netd_defaults", |
| 8 | tidy: true, |
| 9 | tidy_checks: [ |
| 10 | "android-*", |
| 11 | "cert-*", |
| 12 | "clang-analyzer-security*", |
| 13 | ], |
| 14 | tidy_flags: [ |
| 15 | "-warnings-as-errors=android-*,clang-analyzer-security*,cert-*" |
| 16 | ], |
| 17 | } |
| 18 | |
Robin Lee | 4fd4d39 | 2017-03-14 14:03:05 +0000 | [diff] [blame] | 19 | subdirs = ["*"] |