Merge "VINTF manifests in apex don't require extension" into main

This commit is contained in:
Jooyung Han
2024-03-29 02:37:19 +00:00
committed by Gerrit Code Review

View File

@@ -485,7 +485,7 @@ func markManifestTestOnly(ctx android.ModuleContext, androidManifestFile android
}
func isVintfFragment(fi apexFile) bool {
isVintfFragment, _ := path.Match("etc/vintf/*.xml", fi.path())
isVintfFragment, _ := path.Match("etc/vintf/*", fi.path())
return isVintfFragment
}