Update paths for libnative{bridge,loader}
Directories moved from system/core/ to art/. Bug: 137364733 Test: m Change-Id: I5ecf464dedeba0777ea3f465d133235bac9c7481
This commit is contained in:
@@ -64,6 +64,8 @@ func createIncludeDirsRules() []Rule {
|
|||||||
// The list of paths that cannot be referenced using include_dirs
|
// The list of paths that cannot be referenced using include_dirs
|
||||||
paths := []string{
|
paths := []string{
|
||||||
"art",
|
"art",
|
||||||
|
"art/libnativebridge",
|
||||||
|
"art/libnativeloader",
|
||||||
"libcore",
|
"libcore",
|
||||||
"libnativehelper",
|
"libnativehelper",
|
||||||
"external/apache-harmony",
|
"external/apache-harmony",
|
||||||
@@ -75,8 +77,6 @@ func createIncludeDirsRules() []Rule {
|
|||||||
"external/okhttp",
|
"external/okhttp",
|
||||||
"external/vixl",
|
"external/vixl",
|
||||||
"external/wycheproof",
|
"external/wycheproof",
|
||||||
"system/core/libnativebridge",
|
|
||||||
"system/core/libnativehelper",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create a composite matcher that will match if the value starts with any of the restricted
|
// Create a composite matcher that will match if the value starts with any of the restricted
|
||||||
|
Reference in New Issue
Block a user