From 76d2404f4500a68e07c0778c3c9bb0d5f0e7c89f Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 21 Jul 2017 14:33:07 -0700 Subject: binding: bluetooth: remove race condition workaround Workaround that was likely in place to avoid the Settings applications UI from loading before all binding functionality was enabled. Bug-AGL: SPEC-569 Change-Id: I7c4bc7614192cb09cace555acf77f27fbda0c42a 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 0ef1ac7..52c1b4a 100644 --- a/binding-bluetooth/export.map +++ b/binding-bluetooth/export.map @@ -1 +1 @@ -{ global: afbBindingV1Register; local: *; }; +{ global: afbBindingV1*; local: *; }; -- cgit 1.2.3-korg