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

Commit b7cdbba7 authored by Jooyung Han's avatar Jooyung Han
Browse files

Run apex_sepolicy_test for supported fs_type

For now ext4 is the only supported fs_type.

Bug: 279689445
Test: m apex.apexd_test_erosf
Test: m apex.apexd_test_f2fs
Change-Id: Idd1b2e61e25110da6d3805b082195e6ec031f573
parent bcbb1728
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -876,7 +876,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{