Fix cli test that uses android compiler plugin

This commit is contained in:
Yan Zhulanow
2015-09-04 18:20:28 +03:00
parent fce1a0a8d7
commit 5dc9557650
8 changed files with 6 additions and 17 deletions
@@ -0,0 +1,5 @@
package android.widget;
public class TextView extends android.view.View {
public void setText(String text) {}
}