Merge "Run apex_sepolicy_test for supported fs_type"

This commit is contained in:
Jooyung Han
2023-04-27 01:03:29 +00:00
committed by Gerrit Code Review

View File

@@ -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{