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:
Jerome Gaillard 2021-09-23 11:38:08 +00:00
parent 86da9c6a3d
commit 655ee02d29

View file

@ -152,7 +152,7 @@ func createJavaDeviceForHostRules() []Rule {
javaDeviceForHostProjectsAllowedList := []string{
"external/guava",
"external/robolectric-shadows",
"framework/layoutlib",
"frameworks/layoutlib",
}
return []Rule{