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

am: 0fb92346ac

Change-Id: Ie9a257f5a00dd3e139875756a72554ae44bfcdd2
This commit is contained in:
Orion Hodson 2019-11-07 02:34:31 -08:00 committed by android-build-merger
commit f4fe8fe43b
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