more no include_dir

Add a few more paths.

Bug: N/A
Test: N/A
Change-Id: Ib9503c2c792c4e93e30be631406e7e8314e6af31
This commit is contained in:
Steven Moreland 2021-04-27 18:03:14 +00:00
parent 6d4de43833
commit f36a3ac8b8
1 changed files with 9 additions and 0 deletions

View File

@ -80,7 +80,16 @@ func createIncludeDirsRules() []Rule {
"external/wycheproof",
}
noUseIncludeDir := []string{
"frameworks/av/apex",
"frameworks/av/tools",
"frameworks/native/cmds",
"system/apex",
"system/bpf",
"system/gatekeeper",
"system/hwservicemanager",
"system/libbase",
"system/libfmq",
"system/libvintf",
}
rules := make([]Rule, 0, len(notInIncludeDir)+len(noUseIncludeDir))