commit | 45a08c063f96680d9bf38d39c8531ddfd86cd12b | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Oct 09 20:39:00 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Oct 09 20:39:00 2017 +0000 |
tree | a67f82d4ea7405dad6bf10ddca43152f0ab76cb0 | |
parent | bebeba795a4c8b8c50fde24eebf9aab5b1a7e719 [diff] | |
parent | e26d7390b314f33c19a51cf73cb4dc6d2af62a10 [diff] |
Merge "Implement android.hardware.health@2.0."
diff --git a/init/selinux.cpp b/init/selinux.cpp index aefec14..4a3a271 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(),