Update waydroid_extras.py

pull/54/head
LegacyGamerHD 3 years ago committed by GitHub
parent 8f28a3723d
commit c91ab576e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -272,7 +272,7 @@ on property:ro.enable.native.bridge.exec=1
# Copy library file
print("==> Copying library files ...")
shutil.copytree(os.path.join(extract_to, "libndk_translation_Module-c6077f3398172c64f55aad7aab0e55fad9110cf3", "system"), os.path.join(sys_image_mount, "system"), dirs_exist_ok=True)
shutil.copytree(os.path.join(extract_to, "/*", "system"), os.path.join(sys_image_mount, "system"), dirs_exist_ok=True)
# Add entries to build.prop
print("==> Adding arch in build.prop")

Loading…
Cancel
Save