commit | 5c10d1c8b275cb487b038d0bd59b5ee346a4534a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 16 20:31:25 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 16 20:31:25 2015 +0000 |
tree | de3cc69d084ec3cb5366b8afb57af798823954ca | |
parent | 5c139a2fdc02301197784dad9ad9bb889b19e28c [diff] | |
parent | aff71c13877fa71f9e2ae2e63687b5cc0a035f76 [diff] |
Merge "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