summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-10-24 19:20:14 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-24 19:20:14 +0200
commit3d24b7bca60dff1ca07d3ee60cc9749fc61e9b5d (patch)
treefac24e397750262f930d105b854987406c4bbd55 /tests
parentMerge "libdrm_platform is now libdrm" (diff)
parentUse SuffixArrayIndexInterface opaque type instead of the underlying data pointer. (diff)
downloadandroid_bootable_recovery-3d24b7bca60dff1ca07d3ee60cc9749fc61e9b5d.tar
android_bootable_recovery-3d24b7bca60dff1ca07d3ee60cc9749fc61e9b5d.tar.gz
android_bootable_recovery-3d24b7bca60dff1ca07d3ee60cc9749fc61e9b5d.tar.bz2
android_bootable_recovery-3d24b7bca60dff1ca07d3ee60cc9749fc61e9b5d.tar.lz
android_bootable_recovery-3d24b7bca60dff1ca07d3ee60cc9749fc61e9b5d.tar.xz
android_bootable_recovery-3d24b7bca60dff1ca07d3ee60cc9749fc61e9b5d.tar.zst
android_bootable_recovery-3d24b7bca60dff1ca07d3ee60cc9749fc61e9b5d.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 266657d31..d9d01d427 100644
--- a/tests/component/updater_test.cpp
+++ b/tests/component/updater_test.cpp
@@ -33,7 +33,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>