Rename Bluetooth binaries to use the net_ and net_test_ prefixes.
diff --git a/btcore/Android.mk b/btcore/Android.mk
index e48bd3a..c3f78b8 100644
--- a/btcore/Android.mk
+++ b/btcore/Android.mk
@@ -53,7 +53,7 @@
     ../osi/test/AllocationTestHarness.cpp
 
 LOCAL_CFLAGS := -Wall -Werror -Werror=unused-variable
-LOCAL_MODULE := btcoretests
+LOCAL_MODULE := net_test_btcore
 LOCAL_MODULE_TAGS := tests
 LOCAL_SHARED_LIBRARIES := liblog
 LOCAL_STATIC_LIBRARIES := libbtcore libosi