diff options
author | Dan Albert <danalbert@google.com> | 2015-01-27 01:51:08 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-27 01:51:09 +0100 |
commit | eaeb55f745c86487b4ad57da008d501fa1ebc37d (patch) | |
tree | 0bd534abd9360036af8206d19b65cd2cd5126d7e /minadbd/Android.mk | |
parent | Merge "Fix the v2 descriptor handling." (diff) | |
parent | Start losing code to libadb. (diff) | |
download | android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.gz android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.bz2 android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.lz android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.xz android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.zst android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.zip |
Diffstat (limited to 'minadbd/Android.mk')
-rw-r--r-- | minadbd/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk index 04956d870..c07715706 100644 --- a/minadbd/Android.mk +++ b/minadbd/Android.mk @@ -12,7 +12,6 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := \ adb.c \ - fdevent.c \ fuse_adb_provider.c \ transport.c \ transport_usb.c \ @@ -27,6 +26,4 @@ LOCAL_C_INCLUDES += bootable/recovery LOCAL_MODULE := libminadbd -LOCAL_STATIC_LIBRARIES := libfusesideload libcutils libc - include $(BUILD_STATIC_LIBRARY) |