Skip to content

Commit 9af6155

Browse files
committed
Merge pull request #129 from omerjerk/master
forgot to call initializeAbiList()
2 parents 7430944 + 0a749e8 commit 9af6155

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)