Merge "Layoutlib_create: fix binary name of delegate methods."
This commit is contained in:
committed by
Android (Google) Code Review
commit
c08e175f14
@@ -96,6 +96,7 @@ public class AsmGenerator {
|
||||
methods.add(methodName);
|
||||
}
|
||||
for (String className : createInfo.getDelegateClassNatives()) {
|
||||
className = binaryToInternalClassName(className);
|
||||
Set<String> methods = mDelegateMethods.get(className);
|
||||
if (methods == null) {
|
||||
methods = new HashSet<String>();
|
||||
|
||||
Reference in New Issue
Block a user