summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2015-04-20 21:46:37 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-04-21 21:25:52 -0700
commit98b744f270323db14705c1251bc7bc89d196e16d (patch)
tree98408a73adf9ca3b3a83ef61d57527428266d8a0 /Android.mk
parenta9962ce69ef78a4720183c70deb5db8cfbc70cf0 (diff)
downloadandroid_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.mk1
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 \