diff options
author | Tianjie Xu <xunchang@google.com> | 2017-10-25 22:16:54 +0200 |
---|---|---|
committer | Tianjie Xu <xunchang@google.com> | 2017-11-03 22:09:11 +0100 |
commit | a88cc5440ed79a0927f57bbd03377ff3ce04a760 (patch) | |
tree | 493507d15c2ec159ee74a3e21a0cee91bee58d28 /minadbd | |
parent | Merge "Add libbrotli as a dependency for libbsdiff" (diff) | |
download | android_bootable_recovery-a88cc5440ed79a0927f57bbd03377ff3ce04a760.tar android_bootable_recovery-a88cc5440ed79a0927f57bbd03377ff3ce04a760.tar.gz android_bootable_recovery-a88cc5440ed79a0927f57bbd03377ff3ce04a760.tar.bz2 android_bootable_recovery-a88cc5440ed79a0927f57bbd03377ff3ce04a760.tar.lz android_bootable_recovery-a88cc5440ed79a0927f57bbd03377ff3ce04a760.tar.xz android_bootable_recovery-a88cc5440ed79a0927f57bbd03377ff3ce04a760.tar.zst android_bootable_recovery-a88cc5440ed79a0927f57bbd03377ff3ce04a760.zip |
Diffstat (limited to 'minadbd')
-rw-r--r-- | minadbd/Android.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk index 803171d99..3c9ab3a7f 100644 --- a/minadbd/Android.mk +++ b/minadbd/Android.mk @@ -46,7 +46,12 @@ LOCAL_COMPATIBILITY_SUITE := device-tests 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 libcutils +LOCAL_STATIC_LIBRARIES := \ + libBionicGtestMain \ + libminadbd +LOCAL_SHARED_LIBRARIES := \ + liblog \ + libbase \ + libcutils include $(BUILD_NATIVE_TEST) |