Fix path to layoutlib project
It is in the 'frameworks/layoutlib' folder and not in 'framework/layoutlib'. Change-Id: I437558a0afa8bfaac0226b1e4c5a7c0a983b180a
This commit is contained in:
parent
86da9c6a3d
commit
655ee02d29
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ func createJavaDeviceForHostRules() []Rule {
|
|||
javaDeviceForHostProjectsAllowedList := []string{
|
||||
"external/guava",
|
||||
"external/robolectric-shadows",
|
||||
"framework/layoutlib",
|
||||
"frameworks/layoutlib",
|
||||
}
|
||||
|
||||
return []Rule{
|
||||
|
|
Loading…
Reference in a new issue