android_*_stubs_current modules are moved to frameworks/base

The modules were moved from developement/build to frameworks/base.
In addition, they no longer uses 'sdk_version:"none"'. Reflect that
change here.

Bug: N/A
Test: m

Exempt-From-Owner-Approval: cherry-pick from internal

Merged-In: I6f69f7cb64a6ed3c2032a116500436eabe562dca
(cherry picked from commit 12cc126760)
Change-Id: I6f69f7cb64a6ed3c2032a116500436eabe562dca
This commit is contained in:
Jiyong Park
2019-12-20 14:35:19 +09:00
parent 7e143af6ee
commit d061df9ef3

View File

@@ -136,9 +136,6 @@ func createLibcoreRules() []Rule {
"external/icu",
"external/okhttp",
"external/wycheproof",
// Not really a core library but still needs access to same capabilities.
"development",
}
// Core library constraints. The sdk_version: "none" can only be used in core library projects.