summaryrefslogtreecommitdiffstats
path: root/uncrypt
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-05 00:30:20 +0100
committerElliott Hughes <enh@google.com>2015-12-05 00:30:20 +0100
commit4b166f0e69d46858ff998414da2a01e0266fa339 (patch)
treea7fd37681876afa17e01a04cc08a5c50741f3828 /uncrypt
parentMerge "Remove the building rules for applypatch_static." (diff)
downloadandroid_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.gz
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.bz2
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.lz
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.xz
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.zst
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.zip
Diffstat (limited to 'uncrypt')
-rw-r--r--uncrypt/uncrypt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/uncrypt/uncrypt.cpp b/uncrypt/uncrypt.cpp
index 4956cc297..482504192 100644
--- a/uncrypt/uncrypt.cpp
+++ b/uncrypt/uncrypt.cpp
@@ -53,8 +53,8 @@
#include <memory>
-#include <base/file.h>
-#include <base/strings.h>
+#include <android-base/file.h>
+#include <android-base/strings.h>
#include <cutils/android_reboot.h>
#include <cutils/properties.h>
#include <fs_mgr.h>