diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-10-10 16:19:41 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-10-10 16:19:41 +0200 |
commit | 7bf11aadfd47b44c4eba6cdfed347ce03b859db9 (patch) | |
tree | ad1bd9bb6a1a3470519226dc0713bf098b7444fe /recovery.cpp | |
parent | Merge "Disable the meaningless parts of the UI for A/B." (diff) | |
parent | Merge "No longer need android/log.h" (diff) | |
download | android_bootable_recovery-7bf11aadfd47b44c4eba6cdfed347ce03b859db9.tar android_bootable_recovery-7bf11aadfd47b44c4eba6cdfed347ce03b859db9.tar.gz android_bootable_recovery-7bf11aadfd47b44c4eba6cdfed347ce03b859db9.tar.bz2 android_bootable_recovery-7bf11aadfd47b44c4eba6cdfed347ce03b859db9.tar.lz android_bootable_recovery-7bf11aadfd47b44c4eba6cdfed347ce03b859db9.tar.xz android_bootable_recovery-7bf11aadfd47b44c4eba6cdfed347ce03b859db9.tar.zst android_bootable_recovery-7bf11aadfd47b44c4eba6cdfed347ce03b859db9.zip |
Diffstat (limited to 'recovery.cpp')
-rw-r--r-- | recovery.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp index 12df61db8..9cf63c420 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -39,7 +39,6 @@ #include <vector> #include <adb.h> -#include <android/log.h> /* Android Log Priority Tags */ #include <android-base/file.h> #include <android-base/logging.h> #include <android-base/parseint.h> |