summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-04-02 18:06:57 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-04-02 18:06:57 +0200
commit5c23b801e5f29ca85dde4a58fde4a69faacd7c6c (patch)
treeac0b71a6d604f495ea4006b070ed671cc7067145 /updater/install.cpp
parentrecovery: use __android_log_pmsg_file_write for log files (diff)
parentMerge "Move selinux dependencies out of header files." (diff)
downloadandroid_bootable_recovery-5c23b801e5f29ca85dde4a58fde4a69faacd7c6c.tar
android_bootable_recovery-5c23b801e5f29ca85dde4a58fde4a69faacd7c6c.tar.gz
android_bootable_recovery-5c23b801e5f29ca85dde4a58fde4a69faacd7c6c.tar.bz2
android_bootable_recovery-5c23b801e5f29ca85dde4a58fde4a69faacd7c6c.tar.lz
android_bootable_recovery-5c23b801e5f29ca85dde4a58fde4a69faacd7c6c.tar.xz
android_bootable_recovery-5c23b801e5f29ca85dde4a58fde4a69faacd7c6c.tar.zst
android_bootable_recovery-5c23b801e5f29ca85dde4a58fde4a69faacd7c6c.zip
Diffstat (limited to 'updater/install.cpp')
-rw-r--r--updater/install.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/updater/install.cpp b/updater/install.cpp
index bc4cca913..925604f31 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -27,7 +27,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
-#include <selinux/selinux.h>
#include <ftw.h>
#include <sys/capability.h>
#include <sys/xattr.h>
@@ -40,6 +39,8 @@
#include <android-base/parseint.h>
#include <android-base/strings.h>
#include <android-base/stringprintf.h>
+#include <selinux/label.h>
+#include <selinux/selinux.h>
#include "bootloader.h"
#include "applypatch/applypatch.h"