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

Commit 3520b948 authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

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

parents 8b80173e 262f73c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}