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

Commit d8bf35f9 authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

Merge "Run apex_sepolicy_test for supported fs_type" am: 40a35ee5

parents 0465fd98 40a35ee5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -872,7 +872,8 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext) {
		args["outCommaList"] = signedOutputFile.String()
	}
	var validations android.Paths
	if suffix == imageApexSuffix {
	// TODO(b/279688635) deapexer supports [ext4]
	if suffix == imageApexSuffix && ext4 == a.payloadFsType {
		validations = append(validations, runApexSepolicyTests(ctx, unsignedOutputFile.OutputPath))
	}
	ctx.Build(pctx, android.BuildParams{