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

Commit 85c0ef15 authored by Jingwen Chen's avatar Jingwen Chen Committed by Gerrit Code Review
Browse files

Merge "Denylist libapexinfo and libapexinfo_tests."

parents 47907191 6c999eff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1280,6 +1280,10 @@ var (
		"libapplypatch",
		"libapplypatch_modes",
		"applypatch",

		// TODO(b/254476335): disable the following due to this bug
		"libapexinfo",
		"libapexinfo_tests",
	}

	Bp2buildCcLibraryStaticOnlyList = []string{}