pull/8/head
cfig 9 years ago
parent 76b4966007
commit 8bcdeda55a

@ -313,9 +313,9 @@ task addSystemLib(type: Copy) {
boolean inTargetList(String file, String inType) {
switch (inType) {
"bin":
case "bin":
return inArray(file, bins);
"lib":
case "lib":
if (sdkVersion <= 6) {
return inArray(file, libs_6);
} else {

Loading…
Cancel
Save