summaryrefslogtreecommitdiffstats
path: root/updater/updater.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/updater.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/updater.cpp')
-rw-r--r--updater/updater.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp
index 1693fa1db..0497d6a85 100644
--- a/updater/updater.cpp
+++ b/updater/updater.cpp
@@ -27,6 +27,9 @@
#include "minzip/SysUtil.h"
#include "config.h"
+#include <selinux/label.h>
+#include <selinux/selinux.h>
+
// Generated by the makefile, this function defines the
// RegisterDeviceExtensions() function, which calls all the
// registration functions for device-specific extensions.