pull/280/merge
fazalpsinfo-cmyk 2 months ago committed by GitHub
commit ca97148d2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -70,13 +70,13 @@ def install_app(args):
if arch == "x86_64":
install_list.append(Ndk(args.android_version))
else:
Logger.warn("libndk is not supported on your CPU")
Logger.warning("libndk is not supported on your CPU")
if "libhoudini" in app and "ndk" not in app:
arch = helper.host()[0]
if arch == "x86_64":
install_list.append(Houdini(args.android_version))
else:
Logger.warn("libhoudini is not supported on your CPU")
Logger.warning("libhoudini is not supported on your CPU")
if "magisk" in app:
install_list.append(Magisk())
if "widevine" in app:

Loading…
Cancel
Save