[core] add config android extenions param

This commit is contained in:
2020-01-21 20:58:37 +03:00
parent 4f3ffe1181
commit b68ae2f3dc
4 changed files with 8 additions and 2 deletions

View File

@@ -23,4 +23,8 @@
<haxeflag name="-D" value="swf-gpu"/>
<haxeflag name="-D" value="native-trace"/>
<haxeflag name="-dce" value="no"/>
<% android.forEach(function(item) { %>
<dependency name="android" path="<%=item.path%>" if="android"/>
<% item.extensions.forEach(function(extension) { %><android extension="<%=extension%>"/><% }); %><% }); %>
</project>