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

Commit 8d7b58e5 authored by Kelly Hung's avatar Kelly Hung Committed by Gerrit Code Review
Browse files

Merge "Revert "Add product variable SelinuxIgnoreNeverallows for sepolicy"" into main

parents 60cf2190 cdae631d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2308,8 +2308,6 @@ func (e configurationEvalutor) EvaluateConfiguration(condition proptools.Configu
		case "use_debug_art":
			// TODO(b/234351700): Remove once ART does not have separated debug APEX
			return proptools.ConfigurableValueBool(ctx.Config().UseDebugArt())
		case "selinux_ignore_neverallows":
			return proptools.ConfigurableValueBool(ctx.Config().SelinuxIgnoreNeverallows())
		default:
			// TODO(b/323382414): Might add these on a case-by-case basis
			ctx.OtherModulePropertyErrorf(m, property, fmt.Sprintf("TODO(b/323382414): Product variable %q is not yet supported in selects", variable))
+0 −3
Original line number Diff line number Diff line
@@ -193,9 +193,6 @@ type variableProperties struct {
			Required               []string
			Vintf_fragment_modules []string
		}
		SelinuxIgnoreNeverallows struct {
			Required []string
		}
	} `android:"arch_variant"`
}