mirror of
https://github.com/waydroid/waydroid.git
synced 2026-04-20 23:19:56 -04:00
protocol: Correct gbinder protocol version for API 33
This is now working correctly with libgbinder 1.1.42
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user