Merge "Allow guava to use java_host_for_device"

This commit is contained in:
Colin Cross
2019-04-16 23:14:12 +00:00
committed by Gerrit Code Review

View File

@@ -128,6 +128,7 @@ func createLibcoreRules() []*rule {
func createJavaDeviceForHostRules() []*rule {
javaDeviceForHostProjectsWhitelist := []string{
"external/guava",
"external/robolectric-shadows",
"framework/layoutlib",
}