blob: 4022aa6ecce23f66e3909d2d2c7c5a350262f4ce [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",
Erik Klineab999f12018-07-04 11:29:31 +09008 cpp_std: "c++17",
Bernie Innocenti0c532742018-06-11 14:12:08 +09009 tidy: true,
10 tidy_checks: [
11 "android-*",
12 "cert-*",
13 "clang-analyzer-security*",
14 ],
15 tidy_flags: [
16 "-warnings-as-errors=android-*,clang-analyzer-security*,cert-*"
17 ],
18}
19
Robin Lee4fd4d392017-03-14 14:03:05 +000020subdirs = ["*"]