|
|
@ -269,7 +269,7 @@ class Builder: |
|
|
|
# Add extra data |
|
|
|
# Add extra data |
|
|
|
apkxmldest = check_dir(os.path.join(apkdest, "res", "xml"), create=True) |
|
|
|
apkxmldest = check_dir(os.path.join(apkdest, "res", "xml"), create=True) |
|
|
|
apklibdest = check_dir(os.path.join(apkdest, "libs", abi.name), create=True) |
|
|
|
apklibdest = check_dir(os.path.join(apkdest, "libs", abi.name), create=True) |
|
|
|
for ver, d in self.extra_packs + [("3.4.12", os.path.join(self.libdest, "lib"))]: |
|
|
|
for ver, d in self.extra_packs + [("3.4.13", os.path.join(self.libdest, "lib"))]: |
|
|
|
r = ET.Element("library", attrib={"version": ver}) |
|
|
|
r = ET.Element("library", attrib={"version": ver}) |
|
|
|
log.info("Adding libraries from %s", d) |
|
|
|
log.info("Adding libraries from %s", d) |
|
|
|
|
|
|
|
|
|
|
|