diff options
author | Elliott Hughes <enh@google.com> | 2015-04-16 16:47:02 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-04-16 16:47:02 -0700 |
commit | a2f2e56796fef024c7374d033bd7d34af71fdf5a (patch) | |
tree | 1f3914961b94a7e62019c7853d0496a15923a1eb /adb/Android.mk | |
parent | 34d68c2b574a21917d9e8d69a24ab863cc9f6910 (diff) | |
download | system_core-a2f2e56796fef024c7374d033bd7d34af71fdf5a.zip system_core-a2f2e56796fef024c7374d033bd7d34af71fdf5a.tar.gz system_core-a2f2e56796fef024c7374d033bd7d34af71fdf5a.tar.bz2 |
Move sysdeps_win32 to C++.
Change-Id: I27ca41b64d62bb3611b3a39a5c3bb4377d0773bc
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 01ccbd9..b3918cc 100644 --- a/adb/Android.mk +++ b/adb/Android.mk @@ -44,7 +44,7 @@ LIBADB_linux_SRC_FILES := \ LIBADB_windows_SRC_FILES := \ get_my_path_windows.cpp \ - sysdeps_win32.c \ + sysdeps_win32.cpp \ usb_windows.cpp \ include $(CLEAR_VARS) |