|
|
|
|
@ -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:
|
|
|
|
|
|