Merge "Update paths for libnative{bridge,loader}"

This commit is contained in:
Treehugger Robot 2019-11-07 10:15:31 +00:00 committed by Gerrit Code Review
commit 0fb92346ac
1 changed files with 2 additions and 2 deletions

View File

@ -64,6 +64,8 @@ func createIncludeDirsRules() []Rule {
// The list of paths that cannot be referenced using include_dirs
paths := []string{
"art",
"art/libnativebridge",
"art/libnativeloader",
"libcore",
"libnativehelper",
"external/apache-harmony",
@ -75,8 +77,6 @@ func createIncludeDirsRules() []Rule {
"external/okhttp",
"external/vixl",
"external/wycheproof",
"system/core/libnativebridge",
"system/core/libnativehelper",
}
// Create a composite matcher that will match if the value starts with any of the restricted