Merge "Allow redeclaring typeattributes" am: f8bc6cee3f am: ceb5dea905 am: b7559e571b
am: e04a7757ac

Change-Id: I559b7d67801a5da8565d7119ca4b2d8f050f86f5
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(),