diff options
author | Elliott Hughes <enh@google.com> | 2015-04-10 22:59:19 +0200 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-04-10 22:59:19 +0200 |
commit | 20531ef60524e6205b1d9a6c12a8335c5d97e311 (patch) | |
tree | 194576dea44fa1489e187e0c681401f96cad8a2d /minadbd/Android.mk | |
parent | Merge "Switch minui over to C++." (diff) | |
download | android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.gz android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.bz2 android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.lz android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.xz android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.zst android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.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) |