Improve detection of the bindings 46/22546/1
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 1 Oct 2019 09:10:28 +0000 (11:10 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 1 Oct 2019 09:18:36 +0000 (11:18 +0200)
commit6f42df1ed42331d115991bbb1937df15b160bdfc
treeb896c2ebc6ba255218d16d67548be0c17ffc3e11
parent84d1859e9b64cc100251370c0412241108dd5b10
Improve detection of the bindings

The symbol 'afbBindingV3root' may be defined
in shared libraries that are not bindings.
Using it to detect bindings v3 can lead to
false detection and errors.

Bug-AGL: SPEC-2841

Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Change-Id: Ib2bc77d95e3306e7b4a883136ce27c92f8524a8d
src/afb-api-so-v3.c