diff options
author | Dan Albert <danalbert@google.com> | 2015-02-20 00:47:21 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-20 00:47:22 +0100 |
commit | 2d1022250941873f8748e6a159d4e5bf976e511f (patch) | |
tree | 247e812a898020502652e1cae9f244acab0aa517 /minadbd/Android.mk | |
parent | Merge "Move adb_main to its own file." (diff) | |
parent | Kill of most of the remainder of minadbd. (diff) | |
download | android_bootable_recovery-2d1022250941873f8748e6a159d4e5bf976e511f.tar android_bootable_recovery-2d1022250941873f8748e6a159d4e5bf976e511f.tar.gz android_bootable_recovery-2d1022250941873f8748e6a159d4e5bf976e511f.tar.bz2 android_bootable_recovery-2d1022250941873f8748e6a159d4e5bf976e511f.tar.lz android_bootable_recovery-2d1022250941873f8748e6a159d4e5bf976e511f.tar.xz android_bootable_recovery-2d1022250941873f8748e6a159d4e5bf976e511f.tar.zst android_bootable_recovery-2d1022250941873f8748e6a159d4e5bf976e511f.zip |
Diffstat (limited to 'minadbd/Android.mk')
-rw-r--r-- | minadbd/Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk index 0cba0c5f1..f4b060b47 100644 --- a/minadbd/Android.mk +++ b/minadbd/Android.mk @@ -11,15 +11,14 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES := \ - adb.c \ adb_main.c \ fuse_adb_provider.c \ - sockets.c \ services.c \ LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE LOCAL_C_INCLUDES := bootable/recovery system/core/adb +LOCAL_WHOLE_STATIC_LIBRARIES := libadbd LOCAL_MODULE := libminadbd |