Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8bc6cee authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Gerrit Code Review
Browse files

Merge "Allow redeclaring typeattributes"

parents 73200342 5e9ba3c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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(),