From: José Bollo Date: Fri, 12 Oct 2018 12:29:43 +0000 (+0200) Subject: afb-api-so-v3: Keep root API in all cases X-Git-Tag: 6.99.1~17 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=86e4c175b0c35d38c8a214ae1c6afce6ad6aac4c;hp=86e4c175b0c35d38c8a214ae1c6afce6ad6aac4c;p=src%2Fapp-framework-binder.git afb-api-so-v3: Keep root API in all cases For bindings v3, it is possible to have no explicit default root API. In that case, the binder creates a fake API that references the binding itself. That api isn't callable be it allows to emit messages, to catch events and to call services (other apis). It must be kept to ensure that there is no further error in the hypothetical case where it is used. Bug-AGL: SPEC-1812 Change-Id: I1a6c1e1390411a45521b9a6c1c386dc7807191df Signed-off-by: José Bollo ---