diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-10-10 16:14:30 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-10-10 16:14:30 +0200 |
commit | b330559fb6a00f143fe296d4c7b4b4782564ac92 (patch) | |
tree | ad1bd9bb6a1a3470519226dc0713bf098b7444fe | |
parent | Merge "Disable the meaningless parts of the UI for A/B." (diff) | |
parent | No longer need android/log.h (diff) | |
download | android_bootable_recovery-b330559fb6a00f143fe296d4c7b4b4782564ac92.tar android_bootable_recovery-b330559fb6a00f143fe296d4c7b4b4782564ac92.tar.gz android_bootable_recovery-b330559fb6a00f143fe296d4c7b4b4782564ac92.tar.bz2 android_bootable_recovery-b330559fb6a00f143fe296d4c7b4b4782564ac92.tar.lz android_bootable_recovery-b330559fb6a00f143fe296d4c7b4b4782564ac92.tar.xz android_bootable_recovery-b330559fb6a00f143fe296d4c7b4b4782564ac92.tar.zst android_bootable_recovery-b330559fb6a00f143fe296d4c7b4b4782564ac92.zip |
Diffstat (limited to '')
-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> |