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

Commit 6c999eff authored by Yu Liu's avatar Yu Liu
Browse files

Denylist libapexinfo and libapexinfo_tests.

Bug: 254476335
Test: None
Change-Id: I7cb62bf5aaba0632d9c7e652cb3b23a5a5e35013
parent 17b87958
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{}