commit | c2ef2f0d8d7b8b6c113e2fabb259209f9890f407 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon May 08 13:38:15 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon May 08 16:41:13 2017 -0700 |
tree | 0003d536142c37bf9de379bb38ed9fd088af7113 | |
parent | 1a830d5daae7aa1d1ab39ad5c5d0ff22fff831b5 [diff] |
init: remove restorecon() from util.cpp restorecon() has become nothing more than a small wrapper around selinux_android_restore(). This itself isn't super problematic, but it is an obstacle for compiling util.cpp on the host as that function is not available on the host. Bug: 36970783 Test: Boot bullhead Change-Id: I7e209ece6898f9a0d5eb9e5d5d8155c2f1ba9faf