aboutsummaryrefslogtreecommitdiff
path: root/device/test
diff options
context:
space:
mode:
authorPavlin Radoslavov <pavlin@google.com>2016-10-14 19:34:48 -0700
committerPavlin Radoslavov <pavlin@google.com>2016-10-17 22:46:42 -0700
commitb2a292b5d8df2f359c38b0787bc01181225a9bc9 (patch)
tree8f5f871981f241eb575cf70b758461c18242afda /device/test
parent3c196348ee9922fde76502b107656b07f04b31f3 (diff)
downloadbt-b2a292b5d8df2f359c38b0787bc01181225a9bc9.tar.gz
Renamed most C files to C++: *.c to *.cc
Also: - Fixed C++ related compilation errors. - Added missing 'extern "C"' guards in some of the header files. - Added missing LOCAL_CPP_EXTENSION to Android.mk files. - Added-back btif/src/btif_mce.cc and bta/mce/bta_mce_* to btif/Android.mk and bta/Android.mk respectively. - Fixed the alphabetical ordering of the *.cc files in some of the Android.mk files. - Added missing Copyright header to "osi/include/list.h" - Updated "osi/src/wakelock.cc" to use C++ std::string instead of dynamic allocation of C-style strings. Test: code compilation, unit tests, and A2DP streaming Change-Id: Ia2f7215ed9df32775c701b68fc86b09875b942c7
Diffstat (limited to 'device/test')
-rw-r--r--device/test/interop_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/device/test/interop_test.cc b/device/test/interop_test.cc
index ef4f1c514..f530708e2 100644
--- a/device/test/interop_test.cc
+++ b/device/test/interop_test.cc
@@ -18,9 +18,7 @@
#include <gtest/gtest.h>
-extern "C" {
#include "device/include/interop.h"
-}
TEST(InteropTest, test_lookup_hit) {
bt_bdaddr_t test_address;