[gbinder] Added "aidl3" variant of service manager. JB#56344

Introduce "aidl3" variant of service manager to adapt the changes
to service related protocol in Android 11.

List services command no longer has index parameter and all data
is in single transaction.

Add service command now has additional "stability" parameter.
This commit is contained in:
gary-wzl77
2021-09-07 22:03:24 +08:00
committed by Matti Lehtimäki
parent 85c7d8f311
commit fe2d441e25
15 changed files with 711 additions and 11 deletions

View File

@@ -103,6 +103,7 @@ SRC += \
gbinder_servicemanager.c \
gbinder_servicemanager_aidl.c \
gbinder_servicemanager_aidl2.c \
gbinder_servicemanager_aidl3.c \
gbinder_servicemanager_hidl.c
SRC += \