Expand projects allowed to use no_standard_libs
There are a set of git projects that are part of or closely related to "core libraries" and will need to be allowed to compile against core library implementations (and not stubs) after we've switched the default to use stubs. Bug: 113148576 Test: build Change-Id: Id10b7dd83b173bdbfdb07b404d0e5f1ff621e543
This commit is contained in:
@@ -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().
|
||||
|
Reference in New Issue
Block a user