From f977ee160a08ddfb3eccdb5bbff113a6d3f10c16 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 8 Aug 2017 12:17:04 -0700 Subject: binding: bluetooth: switch to v2 binding format Update functions and structure to use the new version 2 of the afm binder framework Bug-AGL: SPEC-817 SPEC-913 Change-Id: I102a31d0bf19458170b624013b18a6a5d7f9a28b Signed-off-by: Matt Ranostay --- binding-bluetooth/export.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binding-bluetooth/export.map') diff --git a/binding-bluetooth/export.map b/binding-bluetooth/export.map index 52c1b4a..eea0d7b 100644 --- a/binding-bluetooth/export.map +++ b/binding-bluetooth/export.map @@ -1 +1 @@ -{ global: afbBindingV1*; local: *; }; +{ global: afbBindingV2*; local: *; }; -- cgit 1.2.3-korg