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

Commit be2bfc55 authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by android-build-merger
Browse files

Merge "init: expand generated attributes on sepolicy compile" into oc-dev

am: 57d4c595

Change-Id: If3230f31ab3d680c411351d61dc68e5963355d33
parents 80ea0166 57d4c595
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -816,7 +816,7 @@ static bool selinux_load_split_policy() {
    const char* compile_args[] = {
        "/system/bin/secilc",
        plat_policy_cil_file,
        "-M", "true",
        "-M", "true", "-G",
        // Target the highest policy language version supported by the kernel
        "-c", std::to_string(max_policy_version).c_str(),
        mapping_file.c_str(),