blob: 8501c5fefd768050eba71803985cdd616bfbbf33 [file] [log] [blame]
Robin Lee4fd4d392017-03-14 14:03:05 +00001cc_library_headers {
2 name: "libnetd_client_headers",
3 export_include_dirs: ["include"],
4}
5
Bernie Innocenti0c532742018-06-11 14:12:08 +09006cc_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 Lee4fd4d392017-03-14 14:03:05 +000019subdirs = ["*"]