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

am: b7559e571b

Change-Id: I093f8be7b4f8c810d4ffefab5461687bdc883ac7
This commit is contained in:
Jeffrey Vander Stoep 2017-10-08 04:18:13 +00:00 committed by android-build-merger
commit e04a7757ac
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ bool LoadSplitPolicy() {
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(),