commit | aff71c13877fa71f9e2ae2e63687b5cc0a035f76 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 16 13:24:58 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Apr 16 13:24:58 2015 -0700 |
tree | 26372cd9bb6eb367b53529b5954371804f2619ec | |
parent | fe2930a23057e3d2295a8c7bdabf7da85806a91d [diff] |
Move get_my_path_darwin to C++. As long as we have C in here, we can't use C++ in our headers. Change-Id: Ibccaa77a5af506dc504aa9c39c8dca5dcdbeccab
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