commit | 69bb1144440b6b2f877561168f4469a11279773e | [log] [tgz] |
---|---|---|
author | Jeffrey Vander Stoep <jeffv@google.com> | Thu Apr 13 18:11:05 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 13 18:11:08 2017 +0000 |
tree | 0512513a28280c2e9288e63a311caa8aec82273c | |
parent | 25f37318a9f404e53f2004092be6b817d148d4f5 [diff] | |
parent | c6be06f171049811b6ca2aa91d764650c258b329 [diff] |
Merge "init: expand generated attributes on sepolicy compile" into oc-dev
diff --git a/init/init.cpp b/init/init.cpp index 0063017..d07c308 100644 --- a/init/init.cpp +++ b/init/init.cpp
@@ -812,7 +812,7 @@ const char* compile_args[] = { "/system/bin/secilc", plat_policy_cil_file, - "-M", "true", + "-M", "true", "-G", // Target the highest policy language version supported by the kernel "-c", std::to_string(max_policy_version).c_str(), mapping_file.c_str(),