am d65748bf: am 55f6bbf0: Merge "Move get_my_path_darwin to C++."
* commit 'd65748bfce43ad3524ef585bf99a2a9b64c06b7c':
Move get_my_path_darwin to C++.
diff --git a/adb/Android.mk b/adb/Android.mk
index 3733ae3..8a99e6b 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -34,7 +34,7 @@
LIBADB_darwin_SRC_FILES := \
fdevent.cpp \
- get_my_path_darwin.c \
+ get_my_path_darwin.cpp \
usb_osx.c \
LIBADB_linux_SRC_FILES := \
diff --git a/adb/get_my_path_darwin.c b/adb/get_my_path_darwin.cpp
similarity index 100%
rename from adb/get_my_path_darwin.c
rename to adb/get_my_path_darwin.cpp