From 88d98391bf6e619cfe5348e2e2c4eacc215d0ea3 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Tue, 31 Aug 2021 14:12:55 +0430 Subject: [PATCH] gbinder: Add anbox binders config --- gbinder/anbox.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gbinder/anbox.conf diff --git a/gbinder/anbox.conf b/gbinder/anbox.conf new file mode 100644 index 0000000..35a47ff --- /dev/null +++ b/gbinder/anbox.conf @@ -0,0 +1,9 @@ +[Protocol] +/dev/anbox-binder = aidl2 +/dev/anbox-vndbinder = aidl2 +/dev/anbox-hwbinder = hidl + +[ServiceManager] +/dev/anbox-binder = aidl2 +/dev/anbox-vndbinder = aidl2 +/dev/anbox-hwbinder = hidl -- 2.47.3