Merge "Allow missing classes in R8 builds"
This commit is contained in:
committed by
Gerrit Code Review
commit
a72571f0d1
@@ -260,6 +260,9 @@ func (d *dexer) r8Flags(ctx android.ModuleContext, flags javaBuilderFlags) (r8Fl
|
|||||||
r8Flags = append(r8Flags, "--debug")
|
r8Flags = append(r8Flags, "--debug")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(b/180878971): missing classes should be added to the relevant builds.
|
||||||
|
r8Flags = append(r8Flags, "-ignorewarnings")
|
||||||
|
|
||||||
return r8Flags, r8Deps
|
return r8Flags, r8Deps
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user