aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-07-07 18:08:47 -0700
committerJaikumar Ganesh <jaikumar@google.com>2011-07-07 18:09:36 -0700
commit9824a4c2ce285f90775302905d7d60560d248945 (patch)
tree1b3810c0e9fe1f98c564e504b404285bedb4f168
parent8b86ff2895638771e1b17bca0470223bdcb9898d (diff)
downloadbluez-9824a4c2ce285f90775302905d7d60560d248945.tar.gz
Change health plugin name to bluetooth-health.
This makes it easier to decipher in the PRODUCT_PACKAGE section of build files. Change-Id: Iee1860fd350a17a77f57d30647f54f3ff3833284
-rw-r--r--health/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/Android.mk b/health/Android.mk
index 3923dbe2..d46a9032 100644
--- a/health/Android.mk
+++ b/health/Android.mk
@@ -35,7 +35,7 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/bluez-plugin
LOCAL_UNSTRIPPED_PATH := $(TARGET_OUT_SHARED_LIBRARIES_UNSTRIPPED)/bluez-plugin
-LOCAL_MODULE := health
+LOCAL_MODULE := bluetooth-health
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)