commit | 57d4c595598b282107211a18a46f4a817c305386 | [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 | 95f9a9678d92744045470f49f7fb0071bdbce5c3 [diff] | |
parent | d2782533785c04652b075d8ea926bc9fd487ad5a [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(),