summaryrefslogtreecommitdiffstats
path: root/minadbd/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-20 01:05:30 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-20 01:05:30 +0100
commit552fceb85cde45581ef04a23a2e76e6298ed15a5 (patch)
tree50a26b997958b2db8d64ade8618d72b30a148992 /minadbd/Android.mk
parentMerge commit 'f8dd04e1a5f94e7accf65a5375114ac7fa73f828' into HEAD (diff)
parentMerge "Kill of most of the remainder of minadbd." (diff)
downloadandroid_bootable_recovery-552fceb85cde45581ef04a23a2e76e6298ed15a5.tar
android_bootable_recovery-552fceb85cde45581ef04a23a2e76e6298ed15a5.tar.gz
android_bootable_recovery-552fceb85cde45581ef04a23a2e76e6298ed15a5.tar.bz2
android_bootable_recovery-552fceb85cde45581ef04a23a2e76e6298ed15a5.tar.lz
android_bootable_recovery-552fceb85cde45581ef04a23a2e76e6298ed15a5.tar.xz
android_bootable_recovery-552fceb85cde45581ef04a23a2e76e6298ed15a5.tar.zst
android_bootable_recovery-552fceb85cde45581ef04a23a2e76e6298ed15a5.zip
Diffstat (limited to 'minadbd/Android.mk')
-rw-r--r--minadbd/Android.mk3
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