summaryrefslogtreecommitdiff
path: root/verity
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-04 14:00:57 -0800
committerElliott Hughes <enh@google.com>2015-12-04 14:00:57 -0800
commit66dd09e8e2407082ce93bf0784de641298131912 (patch)
tree31ac5585be49d7f7a87f7651fb008a177ff6b49d /verity
parentdd7f62ed576e70e73a92b278c99dcba0d27f33a5 (diff)
downloadextras-66dd09e8e2407082ce93bf0784de641298131912.tar.gz
Track rename from base/ to android-base/.
Change-Id: Ic15d4778c7accd1382de0b440a437aba2cf67016
Diffstat (limited to 'verity')
-rw-r--r--verity/build_verity_tree.cpp2
-rw-r--r--verity/fec/image.cpp2
-rw-r--r--verity/fec/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/verity/build_verity_tree.cpp b/verity/build_verity_tree.cpp
index 5a6a6ee1..c50e4494 100644
--- a/verity/build_verity_tree.cpp
+++ b/verity/build_verity_tree.cpp
@@ -16,7 +16,7 @@
#include <string.h>
#include <unistd.h>
-#include <base/file.h>
+#include <android-base/file.h>
struct sparse_hash_ctx {
unsigned char *hashes;
diff --git a/verity/fec/image.cpp b/verity/fec/image.cpp
index 41018158..95bc88ee 100644
--- a/verity/fec/image.cpp
+++ b/verity/fec/image.cpp
@@ -22,7 +22,7 @@ extern "C" {
}
#include <assert.h>
-#include <base/file.h>
+#include <android-base/file.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
diff --git a/verity/fec/main.cpp b/verity/fec/main.cpp
index 07b3666a..ee844f55 100644
--- a/verity/fec/main.cpp
+++ b/verity/fec/main.cpp
@@ -28,7 +28,7 @@ extern "C" {
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
-#include <base/file.h>
+#include <android-base/file.h>
#include <fec/io.h>
#include <fec/ecc.h>
#include "image.h"