summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-10-10 17:56:17 +0200
committerAlex Deymo <deymo@google.com>2017-10-24 14:00:31 +0200
commitfa188268e43ab75732a480d6b2ec748d9d0dbfae (patch)
tree9498a723d8c244df87b8fccff1b2fb3df1873ebd /tests
parentMerge "applypatch: Forward declare struct Value." (diff)
downloadandroid_bootable_recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.tar
android_bootable_recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.tar.gz
android_bootable_recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.tar.bz2
android_bootable_recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.tar.lz
android_bootable_recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.tar.xz
android_bootable_recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.tar.zst
android_bootable_recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/component/updater_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/updater_test.cpp b/tests/component/updater_test.cpp
index 2a0575a31..19653ec50 100644
--- a/tests/component/updater_test.cpp
+++ b/tests/component/updater_test.cpp
@@ -32,7 +32,7 @@
#include <android-base/test_utils.h>
#include <bootloader_message/bootloader_message.h>
#include <brotli/encode.h>
-#include <bsdiff.h>
+#include <bsdiff/bsdiff.h>
#include <gtest/gtest.h>
#include <ziparchive/zip_archive.h>
#include <ziparchive/zip_writer.h>