diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-07-21 14:33:07 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-07-21 19:07:13 -0700 |
commit | cdc8c5a82fa158f042a4adc7321da890ea8daf38 (patch) | |
tree | 4da5fd01d02a1c25ea7a72cff49705edb85eb12f /binding-bluetooth/export.map | |
parent | aa5d077e9428bdf31790750179129c588cfe5734 (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-bluetooth/export.map')
-rw-r--r-- | binding-bluetooth/export.map | 2 |
1 files changed, 1 insertions, 1 deletions
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: *; }; |