summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-16 13:24:58 -0700
committerElliott Hughes <enh@google.com>2015-04-16 13:24:58 -0700
commit1a4d85a5e81bb98503966312a509c5a1e23f14d4 (patch)
tree26372cd9bb6eb367b53529b5954371804f2619ec /adb/Android.mk
parentc01445d2e8faafdb40e4fb426bc537f4f1220bad (diff)
downloadsystem_core-1a4d85a5e81bb98503966312a509c5a1e23f14d4.tar.gz
system_core-1a4d85a5e81bb98503966312a509c5a1e23f14d4.tar.bz2
system_core-1a4d85a5e81bb98503966312a509c5a1e23f14d4.zip
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
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 3733ae3e2..8a99e6bdd 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 := \