Merge "more no include_dir"

This commit is contained in:
Steven Moreland 2021-04-28 17:24:38 +00:00 committed by Gerrit Code Review
commit 1cc8f451d1
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))