summaryrefslogtreecommitdiffstats
path: root/minadbd/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-14 06:55:26 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-14 06:55:27 +0100
commit8c637903fedafd0acdc3906f42032f2e88cd1f7f (patch)
treecdbf3e3a300d059d92a7ca641fe1a56672b5279e /minadbd/Android.mk
parentam d5369e5d: (-s ours) am 18f371d8: updater: Check the return value from ApplyImagePatch / ApplyBSDiffPatch (diff)
parentRemove unused libutils references. (diff)
downloadandroid_bootable_recovery-8c637903fedafd0acdc3906f42032f2e88cd1f7f.tar
android_bootable_recovery-8c637903fedafd0acdc3906f42032f2e88cd1f7f.tar.gz
android_bootable_recovery-8c637903fedafd0acdc3906f42032f2e88cd1f7f.tar.bz2
android_bootable_recovery-8c637903fedafd0acdc3906f42032f2e88cd1f7f.tar.lz
android_bootable_recovery-8c637903fedafd0acdc3906f42032f2e88cd1f7f.tar.xz
android_bootable_recovery-8c637903fedafd0acdc3906f42032f2e88cd1f7f.tar.zst
android_bootable_recovery-8c637903fedafd0acdc3906f42032f2e88cd1f7f.zip
Diffstat (limited to 'minadbd/Android.mk')
-rw-r--r--minadbd/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk
index 79fe96b93..52d3fa4e4 100644
--- a/minadbd/Android.mk
+++ b/minadbd/Android.mk
@@ -31,6 +31,6 @@ LOCAL_SRC_FILES := fuse_adb_provider_test.cpp
LOCAL_CFLAGS := $(minadbd_cflags)
LOCAL_C_INCLUDES := $(LOCAL_PATH) system/core/adb
LOCAL_STATIC_LIBRARIES := libminadbd
-LOCAL_SHARED_LIBRARIES := liblog libutils
+LOCAL_SHARED_LIBRARIES := liblog
include $(BUILD_NATIVE_TEST)