Skip to content

Commit 0a749e8

Browse files
committed
forgot to call initializeAbiList()
Signed-off-by: Umair Khan <[email protected]>
1 parent 30c8410 commit 0a749e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/processing/mode/android/AVD.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ public class AVD {
6060
public AVD(final String name, final String target) {
6161
this.name = name;
6262
this.target = target;
63+
64+
initializeAbiList();
6365
}
6466

6567
private void initializeAbiList() {

0 commit comments

Comments
 (0)