diff options
author | Elliott Hughes <enh@google.com> | 2015-12-05 01:55:43 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-12-05 01:55:43 +0100 |
commit | 22d89ecb8abe77567544525a726f6ea7128b2467 (patch) | |
tree | f806ca96cf3d4fcb627bb283e1f56c279a51c9f4 /uncrypt/uncrypt.cpp | |
parent | Merge "Remove the building rules for applypatch_static." am: fc23a50cef (diff) | |
parent | Merge "Track rename from base/ to android-base/." (diff) | |
download | android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.gz android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.bz2 android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.lz android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.xz android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.zst android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.zip |
Diffstat (limited to 'uncrypt/uncrypt.cpp')
-rw-r--r-- | uncrypt/uncrypt.cpp | 4 |
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> |