diff options
author | Jerry Zhang <zhangjerry@google.com> | 2018-07-17 23:20:55 +0200 |
---|---|---|
committer | Hridya Valsaraju <hridya@google.com> | 2018-07-20 19:54:03 +0200 |
commit | c936a6961940a15f7f95befcf35425bad8fa4f7c (patch) | |
tree | 1dedf7b8e1ee1c996fd102e04fb825e2c01f49aa /tests/Android.mk | |
parent | Merge "Fix the arguments passed to getopt_long(3)." (diff) | |
download | android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.gz android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.bz2 android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.lz android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.xz android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.zst android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.zip |
Diffstat (limited to '')
-rw-r--r-- | tests/Android.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index daec11f11..de55587fe 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -176,10 +176,17 @@ librecovery_static_libraries := \ libotautil \ $(health_hal_static_libraries) \ libasyncio \ + libadbd \ + libavb_user \ + libdiagnose_usb \ libcrypto_utils \ libcrypto \ libext4_utils \ libfs_mgr \ + libfec \ + libfec_rs \ + libsquashfs_utils \ + liblogwrap \ libpng \ libsparse \ libvintf_recovery \ |