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

Commit e888ebed authored by Neil Fuller's avatar Neil Fuller Committed by Gerrit Code Review
Browse files

Merge "Expand projects allowed to use no_standard_libs"

parents a4b0422f fe385b00
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -56,7 +56,9 @@ var neverallows = []*rule{
		without("vendor", "true").
		without("owner", "").
		because("a VNDK module can never have an owner."),
	neverallow().notIn("libcore", "development", "external/bouncycastle", "external/conscrypt", "external/okhttp").with("no_standard_libs", "true"),
	neverallow().
		notIn("libcore", "development", "external/apache-harmony", "external/apache-xml", "external/bouncycastle", "external/conscrypt", "external/icu", "external/okhttp", "external/wycheproof").
		with("no_standard_libs", "true"),

	// TODO(b/67974785): always enforce the manifest
	neverallow().