Merge "Add sdk_version:"none" to replace no_standard_libs:true" am: b11c72b0b8

am: e34bbae1ca

Change-Id: I9465a810dad7f3ea95b6c883844358d817f8cc8e
This commit is contained in:
Paul Duffin
2019-06-14 01:32:45 -07:00
committed by android-build-merger
8 changed files with 96 additions and 15 deletions

View File

@@ -109,6 +109,9 @@ func createLibcoreRules() []*rule {
neverallow().
notIn(coreLibraryProjects...).
with("no_standard_libs", "true"),
neverallow().
notIn(coreLibraryProjects...).
with("sdk_version", "none"),
}
return rules