diff options
| author | Andre Eisenbach <eisenbach@google.com> | 2015-04-20 21:46:37 -0700 |
|---|---|---|
| committer | Andre Eisenbach <eisenbach@google.com> | 2015-04-21 21:25:52 -0700 |
| commit | 98b744f270323db14705c1251bc7bc89d196e16d (patch) | |
| tree | 98408a73adf9ca3b3a83ef61d57527428266d8a0 /Android.mk | |
| parent | a9962ce69ef78a4720183c70deb5db8cfbc70cf0 (diff) | |
| download | android_system_bt-98b744f270323db14705c1251bc7bc89d196e16d.tar.gz android_system_bt-98b744f270323db14705c1251bc7bc89d196e16d.tar.bz2 android_system_bt-98b744f270323db14705c1251bc7bc89d196e16d.zip | |
Fix A2DP source double initialization problem
Fixed a problem where A2DP source was initialized twice. Once before
btif was properly initialize and then a second time when the JNI
requests A2DP to be initialized, which would then fail.
Change-Id: Ia5f10a5bda344fe3bd66818a302b6b3f9db32a20
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index a331f19ff..c5d3d1678 100644 --- a/Android.mk +++ b/Android.mk @@ -19,7 +19,6 @@ endif bdroid_CFLAGS += \ -Wall \ -# -Werror \ -Wno-unused-parameter \ -Wunused-but-set-variable \ -UNDEBUG \ |
