From 8f28a3723db77a404d4bb5cfaacbe3187b61b76b Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Sun, 26 Jun 2022 17:33:43 +0200 Subject: [PATCH] Update waydroid_extras.py --- waydroid_extras.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waydroid_extras.py b/waydroid_extras.py index be45271..289853b 100644 --- a/waydroid_extras.py +++ b/waydroid_extras.py @@ -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", "system"), os.path.join(sys_image_mount, "system"), dirs_exist_ok=True) + shutil.copytree(os.path.join(extract_to, "libndk_translation_Module-c6077f3398172c64f55aad7aab0e55fad9110cf3", "system"), os.path.join(sys_image_mount, "system"), dirs_exist_ok=True) # Add entries to build.prop print("==> Adding arch in build.prop")