summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-31 21:32:55 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-03-31 21:32:55 +0200
commit45c5ba309e6a16b61b082aad76bacec32bc4e4d9 (patch)
tree077b147ef6c15b1fe942abf715ea3ab1f2aa14a1 /tests/Android.mk
parentMerge "Log temperature during OTA update" am: bc2c51a97f am: 1d7e500bfc am: 556ca4e301 am: d8df5485eb (diff)
parentMerge "Move parse_range() and range_overlaps() into RangeSet." am: 8fab8f97b7 am: 74c4da4c01 (diff)
downloadandroid_bootable_recovery-45c5ba309e6a16b61b082aad76bacec32bc4e4d9.tar
android_bootable_recovery-45c5ba309e6a16b61b082aad76bacec32bc4e4d9.tar.gz
android_bootable_recovery-45c5ba309e6a16b61b082aad76bacec32bc4e4d9.tar.bz2
android_bootable_recovery-45c5ba309e6a16b61b082aad76bacec32bc4e4d9.tar.lz
android_bootable_recovery-45c5ba309e6a16b61b082aad76bacec32bc4e4d9.tar.xz
android_bootable_recovery-45c5ba309e6a16b61b082aad76bacec32bc4e4d9.tar.zst
android_bootable_recovery-45c5ba309e6a16b61b082aad76bacec32bc4e4d9.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 80eae8f37..974aa0e2d 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -25,6 +25,7 @@ LOCAL_STATIC_LIBRARIES := \
libverifier \
libminui \
libotautil \
+ libupdater \
libziparchive \
libutils \
libz \
@@ -35,6 +36,7 @@ LOCAL_SRC_FILES := \
unit/asn1_decoder_test.cpp \
unit/dirutil_test.cpp \
unit/locale_test.cpp \
+ unit/rangeset_test.cpp \
unit/sysutil_test.cpp \
unit/zip_test.cpp \
unit/ziputil_test.cpp