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)
diff --git a/StubLibraries.bp b/StubLibraries.bp
index baa3c61..442df6f 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -336,7 +336,7 @@
 }
 
 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 {
-    name: "framework_module_lib_stubs_current",
+    name: "android_module_lib_stubs_current",
     srcs: [
         ":module-lib-api-stubs-docs",
     ],