summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-18 05:31:40 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-18 05:31:40 +0200
commit35849591a0e351d76c6efd98152440226041ce96 (patch)
tree52a6ad33ce121acbf76750c30ef31b1007d0d331 /tests/Android.mk
parentMerge "libmounts: Remove two dead functions." am: 4854e77fd2 (diff)
parentMerge changes from topic 'libvintf' (diff)
downloadandroid_bootable_recovery-35849591a0e351d76c6efd98152440226041ce96.tar
android_bootable_recovery-35849591a0e351d76c6efd98152440226041ce96.tar.gz
android_bootable_recovery-35849591a0e351d76c6efd98152440226041ce96.tar.bz2
android_bootable_recovery-35849591a0e351d76c6efd98152440226041ce96.tar.lz
android_bootable_recovery-35849591a0e351d76c6efd98152440226041ce96.tar.xz
android_bootable_recovery-35849591a0e351d76c6efd98152440226041ce96.tar.zst
android_bootable_recovery-35849591a0e351d76c6efd98152440226041ce96.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 974aa0e2d..a1f0d4892 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -93,6 +93,7 @@ LOCAL_SRC_FILES := \
component/bootloader_message_test.cpp \
component/edify_test.cpp \
component/imgdiff_test.cpp \
+ component/install_test.cpp \
component/sideload_test.cpp \
component/uncrypt_test.cpp \
component/updater_test.cpp \
@@ -117,6 +118,7 @@ LOCAL_STATIC_LIBRARIES := \
libbsdiff \
libbspatch \
libotafault \
+ librecovery \
libupdater \
libbootloader_message \
libverifier \
@@ -131,7 +133,6 @@ LOCAL_STATIC_LIBRARIES := \
libsparse \
libcrypto_utils \
libcrypto \
- libcutils \
libbz \
libziparchive \
libutils \