Merge "Allow redeclaring typeattributes"
am: f8bc6cee3f
Change-Id: I119e687a3aaf397ac38365728f6bf9e7c24c1067
This commit is contained in:
commit
ceb5dea905
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ bool LoadSplitPolicy() {
|
||||||
std::vector<const char*> compile_args {
|
std::vector<const char*> compile_args {
|
||||||
"/system/bin/secilc",
|
"/system/bin/secilc",
|
||||||
plat_policy_cil_file,
|
plat_policy_cil_file,
|
||||||
"-M", "true", "-G", "-N",
|
"-m", "-M", "true", "-G", "-N",
|
||||||
// Target the highest policy language version supported by the kernel
|
// Target the highest policy language version supported by the kernel
|
||||||
"-c", version_as_string.c_str(),
|
"-c", version_as_string.c_str(),
|
||||||
mapping_file.c_str(),
|
mapping_file.c_str(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue