diff options
author | Dan Albert <danalbert@google.com> | 2015-04-17 04:37:46 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-17 04:37:47 +0000 |
commit | a4802ca08bfcbf0124f5e9b959ed4e3a198d5f46 (patch) | |
tree | be2e6f2712512af4a4c76451e3c0829df8004087 /adb/Android.mk | |
parent | c4f8fa7b36a8ba397f1c0ad3c7fb5a5c09520272 (diff) | |
parent | 7447dd05bdc12b87687c49ee7ecf0fe50d8ab17a (diff) | |
download | system_core-a4802ca08bfcbf0124f5e9b959ed4e3a198d5f46.zip system_core-a4802ca08bfcbf0124f5e9b959ed4e3a198d5f46.tar.gz system_core-a4802ca08bfcbf0124f5e9b959ed4e3a198d5f46.tar.bz2 |
Merge "Move usb_osx to C++."
Diffstat (limited to 'adb/Android.mk')
-rw-r--r-- | adb/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/Android.mk b/adb/Android.mk index 96612e6..7d3978b 100644 --- a/adb/Android.mk +++ b/adb/Android.mk @@ -35,7 +35,7 @@ LIBADB_CFLAGS := \ LIBADB_darwin_SRC_FILES := \ fdevent.cpp \ get_my_path_darwin.cpp \ - usb_osx.c \ + usb_osx.cpp \ LIBADB_linux_SRC_FILES := \ fdevent.cpp \ |