diff options
author | Elliott Hughes <enh@google.com> | 2016-04-02 17:53:11 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-04-02 17:53:11 +0200 |
commit | 81247500d535dac714fad657860b67474e1f6e42 (patch) | |
tree | 425d6689f29b9d893cd250dd0b22bd72af078b1a /recovery.cpp | |
parent | Merge "recovery: use __android_log_pmsg_file_write for log files" (diff) | |
parent | Move selinux dependencies out of header files. (diff) | |
download | android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.gz android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.bz2 android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.lz android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.xz android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.zst android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.zip |
Diffstat (limited to 'recovery.cpp')
-rw-r--r-- | recovery.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recovery.cpp b/recovery.cpp index b5514a1c0..169413ad5 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -41,10 +41,11 @@ #include <android-base/stringprintf.h> #include <cutils/android_reboot.h> #include <cutils/properties.h> +#include <healthd/BatteryMonitor.h> #include <log/logger.h> /* Android Log packet format */ #include <private/android_logger.h> /* private pmsg functions */ - -#include <healthd/BatteryMonitor.h> +#include <selinux/label.h> +#include <selinux/selinux.h> #include "adb_install.h" #include "bootloader.h" |