diff options
author | Elliott Hughes <enh@google.com> | 2015-04-10 23:58:43 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-10 23:58:43 +0200 |
commit | a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a (patch) | |
tree | 194576dea44fa1489e187e0c681401f96cad8a2d /minadbd/Android.mk | |
parent | am 53b8ca4b: am 23017c5d: Merge "Switch minui over to C++." (diff) | |
parent | am 51697d27: Merge "Switch minadb over to C++." (diff) | |
download | android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.gz android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.bz2 android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.lz android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.xz android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.zst android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.zip |
Diffstat (limited to 'minadbd/Android.mk')
-rw-r--r-- | minadbd/Android.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk index 52d3fa4e4..cbfd76e4e 100644 --- a/minadbd/Android.mk +++ b/minadbd/Android.mk @@ -11,9 +11,9 @@ minadbd_cflags := \ include $(CLEAR_VARS) LOCAL_SRC_FILES := \ - adb_main.c \ - fuse_adb_provider.c \ - services.c \ + adb_main.cpp \ + fuse_adb_provider.cpp \ + services.cpp \ LOCAL_MODULE := libminadbd LOCAL_CFLAGS := $(minadbd_cflags) |