summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-16 16:47:02 -0700
committerElliott Hughes <enh@google.com>2015-04-16 16:47:02 -0700
commita2f2e56796fef024c7374d033bd7d34af71fdf5a (patch)
tree1f3914961b94a7e62019c7853d0496a15923a1eb /adb/Android.mk
parent34d68c2b574a21917d9e8d69a24ab863cc9f6910 (diff)
downloadsystem_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.mk2
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)