diff options
author | Tianjie Xu <xunchang@google.com> | 2017-11-06 19:56:27 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-06 19:56:27 +0100 |
commit | bf41f2aa238a9d928473c69c93308eb0b4f9719d (patch) | |
tree | e5b3cb24be5eff1e6796814b3a023160a42acd97 /minadbd | |
parent | Merge "Clean up fuse_sideload and add a testcase." (diff) | |
parent | Switch to bionic gtest in bootable/recovery (diff) | |
download | android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.gz android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.bz2 android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.lz android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.xz android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.zst android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.zip |
Diffstat (limited to '')
-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) |