diff options
author | Elliott Hughes <enh@google.com> | 2015-05-02 07:39:07 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-05-02 07:39:07 +0200 |
commit | 59e1e3e78f53438cb5843d7e151dddb0d782328c (patch) | |
tree | 298084477b8db5bf03dc25a2d5e8f04428aad955 /minadbd/Android.mk | |
parent | Merge "Move minadb over to new API." (diff) | |
parent | Fix mips64 minadbd_test build. (diff) | |
download | android_bootable_recovery-59e1e3e78f53438cb5843d7e151dddb0d782328c.tar android_bootable_recovery-59e1e3e78f53438cb5843d7e151dddb0d782328c.tar.gz android_bootable_recovery-59e1e3e78f53438cb5843d7e151dddb0d782328c.tar.bz2 android_bootable_recovery-59e1e3e78f53438cb5843d7e151dddb0d782328c.tar.lz android_bootable_recovery-59e1e3e78f53438cb5843d7e151dddb0d782328c.tar.xz android_bootable_recovery-59e1e3e78f53438cb5843d7e151dddb0d782328c.tar.zst android_bootable_recovery-59e1e3e78f53438cb5843d7e151dddb0d782328c.zip |
Diffstat (limited to 'minadbd/Android.mk')
-rw-r--r-- | minadbd/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk index 8398cefe4..a7a3e087d 100644 --- a/minadbd/Android.mk +++ b/minadbd/Android.mk @@ -32,6 +32,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 libbase +LOCAL_SHARED_LIBRARIES := liblog libbase libcutils include $(BUILD_NATIVE_TEST) |