Merge "Expand projects allowed to use no_standard_libs"

am: e888ebed6a

Change-Id: Ifb0d8d73d588b9cf855e939f2dd72f4b716ec7a1
This commit is contained in:
Neil Fuller 2018-10-12 08:18:00 -07:00 committed by android-build-merger
commit dc95660820

View file

@ -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().