summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-31 21:30:25 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-03-31 21:30:25 +0200
commit1980075fa92a7efdd0120975c0a3819dc22e14a9 (patch)
treeba4235321dc9c5bd062e9768deb2353fe9d00d88 /tests/Android.mk
parentMerge "Log temperature during OTA update" am: bc2c51a97f am: 1d7e500bfc am: 556ca4e301 (diff)
parentMerge "Move parse_range() and range_overlaps() into RangeSet." am: 8fab8f97b7 (diff)
downloadandroid_bootable_recovery-1980075fa92a7efdd0120975c0a3819dc22e14a9.tar
android_bootable_recovery-1980075fa92a7efdd0120975c0a3819dc22e14a9.tar.gz
android_bootable_recovery-1980075fa92a7efdd0120975c0a3819dc22e14a9.tar.bz2
android_bootable_recovery-1980075fa92a7efdd0120975c0a3819dc22e14a9.tar.lz
android_bootable_recovery-1980075fa92a7efdd0120975c0a3819dc22e14a9.tar.xz
android_bootable_recovery-1980075fa92a7efdd0120975c0a3819dc22e14a9.tar.zst
android_bootable_recovery-1980075fa92a7efdd0120975c0a3819dc22e14a9.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