aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo2017-10-10 10:56:17 -0500
committerAlex Deymo2017-10-24 07:00:31 -0500
commitfa188268e43ab75732a480d6b2ec748d9d0dbfae (patch)
tree9498a723d8c244df87b8fccff1b2fb3df1873ebd /tests/component
parent7a3fc2de8eb535637055a4a1c0063c5fbc101c4a (diff)
downloadplatform-bootable-recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.tar.gz
platform-bootable-recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.tar.xz
platform-bootable-recovery-fa188268e43ab75732a480d6b2ec748d9d0dbfae.zip
Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer.
bsdiff interface is changing such that it hides the suffix array pointer from the public interface. This allows to use a different suffix array data size depending on the input size, running much faster in the normal case. Bug: 34220646 Test: `make checkbuild`; Ran an incremental update generation on a non-A/B device. Change-Id: I78e766da56cf28bc7774b8c8e58527bc11d919fb
Diffstat (limited to 'tests/component')
-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 2a0575a3..19653ec5 100644
--- a/tests/component/updater_test.cpp
+++ b/tests/component/updater_test.cpp
@@ -32,7 +32,7 @@
32#include <android-base/test_utils.h> 32#include <android-base/test_utils.h>
33#include <bootloader_message/bootloader_message.h> 33#include <bootloader_message/bootloader_message.h>
34#include <brotli/encode.h> 34#include <brotli/encode.h>
35#include <bsdiff.h> 35#include <bsdiff/bsdiff.h>
36#include <gtest/gtest.h> 36#include <gtest/gtest.h>
37#include <ziparchive/zip_archive.h> 37#include <ziparchive/zip_archive.h>
38#include <ziparchive/zip_writer.h> 38#include <ziparchive/zip_writer.h>