Rename module lib stubs to 'android'

android.jar is the historical name of the framework stubs, so stick
with that.

Test: m
Change-Id: I1ef40b0e426c51d697f1efdabdc87096555e26e8
Merged-In: I1ef40b0e426c51d697f1efdabdc87096555e26e8
(cherry picked from commit 81b3e1e1680847f44782eb053dfbd7d7022cef58)
This commit is contained in:
Anton Hansson
2020-01-30 12:09:02 +00:00
parent 8e0e0e8535
commit 9c4bbe95b1

View File

@@ -336,7 +336,7 @@ java_library_static {
}
java_library_static {
name: "framework_module_app_stubs_current",
name: "android_module_app_stubs_current",
srcs: [
":module-app-api-stubs-docs",
],
@@ -351,7 +351,7 @@ java_library_static {
}
java_library_static {
name: "framework_module_lib_stubs_current",
name: "android_module_lib_stubs_current",
srcs: [
":module-lib-api-stubs-docs",
],