diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-10-10 16:25:30 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-10-10 16:25:30 +0200 |
commit | 5ceada5bea2f31547f5ce821f37e9b7c1ae8356a (patch) | |
tree | cc6d9af10e2b592a0f41f1e625506d73183b8b03 /recovery.cpp | |
parent | Merge "Disable the meaningless parts of the UI for A/B." am: aa4924cab1 (diff) | |
parent | Merge "No longer need android/log.h" (diff) | |
download | android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.gz android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.bz2 android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.lz android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.xz android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.zst android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.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> |