commit | dbbfc08b7427c39e51089ea6218b30fe69fbf5ef | [log] [tgz] |
---|---|---|
author | Jeffrey Vander Stoep <jeffv@google.com> | Sun Oct 08 04:02:55 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Oct 08 04:02:55 2017 +0000 |
tree | 7bc7a7ee0a5de48e31cc83dedefd34aebef63339 | |
parent | e0927d529bd1ef2deb5e17afb6d86a51b410022f [diff] | |
parent | e4bcc210dfc093d6cbcc5ed4c57a7d97f81c7131 [diff] |
Merge "Allow redeclaring typeattributes"
diff --git a/init/selinux.cpp b/init/selinux.cpp index 3f7ad13..c4b01e6 100644 --- a/init/selinux.cpp +++ b/init/selinux.cpp
@@ -328,7 +328,7 @@ std::vector<const char*> compile_args { "/system/bin/secilc", plat_policy_cil_file, - "-M", "true", "-G", "-N", + "-m", "-M", "true", "-G", "-N", // Target the highest policy language version supported by the kernel "-c", version_as_string.c_str(), mapping_file.c_str(),