summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:57:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:57:53 +0000
commitb97f3920013075072348dd7517b606b677666c51 (patch)
tree4f60cc104be3c4d98888fedc7529c8ca449fe405
parente17d3813df5aa76c39af9026f9dc04d421dd52f2 (diff)
parent9439cc3d746487ee1c8022ff11a7339056001c7f (diff)
downloadbsdiff-android13-frc-permission-release.tar.gz
Snap for 8512216 from 9439cc3d746487ee1c8022ff11a7339056001c7f to tm-frc-permission-releaset_frc_per_330444010android13-frc-permission-release
Change-Id: I37d7b52f18386c0651d0f3821ed4c45727c9de9f
-rw-r--r--TEST_MAPPING5
-rw-r--r--suffix_array_index.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 598f4c9..570788d 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,5 +3,10 @@
{
"name": "bsdiff_unittest"
}
+ ],
+ "hwasan-postsubmit": [
+ {
+ "name": "bsdiff_unittest"
+ }
]
}
diff --git a/suffix_array_index.cc b/suffix_array_index.cc
index b02655c..710249c 100644
--- a/suffix_array_index.cc
+++ b/suffix_array_index.cc
@@ -4,6 +4,7 @@
#include "bsdiff/suffix_array_index.h"
+#include <algorithm>
#include <limits>
#include <vector>