diff options
author | Dan Albert <danalbert@google.com> | 2015-04-16 19:20:40 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-04-16 19:20:40 -0700 |
commit | 7447dd05bdc12b87687c49ee7ecf0fe50d8ab17a (patch) | |
tree | dd66a21518ef2b5c0b0cb4f940071a422f1e6927 /adb/Android.mk | |
parent | f8d6b9b1ef9c19769dd4a450390f9bdec17f11b3 (diff) | |
download | system_core-7447dd05bdc12b87687c49ee7ecf0fe50d8ab17a.zip system_core-7447dd05bdc12b87687c49ee7ecf0fe50d8ab17a.tar.gz system_core-7447dd05bdc12b87687c49ee7ecf0fe50d8ab17a.tar.bz2 |
Move usb_osx to C++.
Change-Id: I21673211a702cc4f31d4311c36e2a4b22e55fac8
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 c27b4af..133a7c4 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 \ |