X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/ef1f12c89c77bb27334299b5d7abd25b36614892..661934e2faea119f8fa9f9d00a0a4970e4864123:/tools/helpers/protocol.py diff --git a/tools/helpers/protocol.py b/tools/helpers/protocol.py index 80a1834..285fa5f 100644 --- a/tools/helpers/protocol.py +++ b/tools/helpers/protocol.py @@ -22,9 +22,12 @@ def set_aidl_version(args): elif android_api < 31: binder_protocol = "aidl3" sm_protocol = "aidl3" + elif android_api < 33: + binder_protocol = "aidl4" + sm_protocol = "aidl3" else: binder_protocol = "aidl3" - sm_protocol = "aidl4" + sm_protocol = "aidl3" cfg["waydroid"]["binder_protocol"] = binder_protocol cfg["waydroid"]["service_manager_protocol"] = sm_protocol