diff options
author | Tom Cherry <tomcherry@google.com> | 2019-05-30 15:30:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-05-30 15:30:49 +0000 |
commit | c76078e4b62ac6ac7673ad5c84226fedb22edd43 (patch) | |
tree | e93507521f3546f3d8087d7cb14d5737ba562168 /init/util.cpp | |
parent | 370aac75ea9f874faf558b580f137b601a900493 (diff) | |
parent | 92c236e41b3fafada7891c8691ee148ef67b5156 (diff) |
Merge "init: Refactor selinux.h/cpp"
Diffstat (limited to 'init/util.cpp')
-rw-r--r-- | init/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/util.cpp b/init/util.cpp index 63d2d4442..243e5f012 100644 --- a/init/util.cpp +++ b/init/util.cpp @@ -41,7 +41,7 @@ #if defined(__ANDROID__) #include "reboot_utils.h" -#include "selinux.h" +#include "selabel.h" #else #include "host_init_stubs.h" #endif |