diff options
author | Dan Albert <danalbert@google.com> | 2015-02-19 01:15:45 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-02-19 01:15:45 +0100 |
commit | bc5e0e85049bdb4b1fb23401cd0548a68e263707 (patch) | |
tree | d943ed40507049912313840cad88b6b77e9410c8 /minadbd/Android.mk | |
parent | am bf1476de: am 4db055d6: Merge "Lose USB transport code to libadb." (diff) | |
parent | am bbf627a6: Merge "Remove unused code." (diff) | |
download | android_bootable_recovery-bc5e0e85049bdb4b1fb23401cd0548a68e263707.tar android_bootable_recovery-bc5e0e85049bdb4b1fb23401cd0548a68e263707.tar.gz android_bootable_recovery-bc5e0e85049bdb4b1fb23401cd0548a68e263707.tar.bz2 android_bootable_recovery-bc5e0e85049bdb4b1fb23401cd0548a68e263707.tar.lz android_bootable_recovery-bc5e0e85049bdb4b1fb23401cd0548a68e263707.tar.xz android_bootable_recovery-bc5e0e85049bdb4b1fb23401cd0548a68e263707.tar.zst android_bootable_recovery-bc5e0e85049bdb4b1fb23401cd0548a68e263707.zip |
Diffstat (limited to 'minadbd/Android.mk')
-rw-r--r-- | minadbd/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk index 8de1b7453..0f1634bb2 100644 --- a/minadbd/Android.mk +++ b/minadbd/Android.mk @@ -15,7 +15,6 @@ LOCAL_SRC_FILES := \ fuse_adb_provider.c \ sockets.c \ services.c \ - utils.c LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE |