From 1a4d85a5e81bb98503966312a509c5a1e23f14d4 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 16 Apr 2015 13:24:58 -0700 Subject: 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 --- adb/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adb/Android.mk') 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_CFLAGS := \ LIBADB_darwin_SRC_FILES := \ fdevent.cpp \ - get_my_path_darwin.c \ + get_my_path_darwin.cpp \ usb_osx.c \ LIBADB_linux_SRC_FILES := \ -- cgit v1.1