With the move to Java 8 of layoutlib, we now need to make sure that the method stackmaps are kept up to date or the class verification step will fail. Up until now, we were ignoring them but this caused TestDelegates to start failing. This updates the code to make sure that when we modify a class name, we also update the stackmap in the calls. Change-Id: Iddbde7454f065ddb8da5bb1ab499ec0616f9b4fe
Layoutlib is a custom version of the android View framework designed to run inside Eclipse. The goal of the library is to provide layout rendering in Eclipse that are very very close to their rendering on devices. None of the com.android.* or android.* classes in layoutlib run on devices.