Rename module lib stubs to 'android'

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

Exempt-From-Owner-Approval: comment-only changes irrelvant to statsd team
Test: m
Change-Id: I1ef40b0e426c51d697f1efdabdc87096555e26e8
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 6927f44..0f80565 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -340,7 +340,7 @@
 }
 
 java_library_static {
-    name: "framework_module_app_stubs_current",
+    name: "android_module_app_stubs_current",
     srcs: [
         ":module-app-api-stubs-docs",
     ],
@@ -355,7 +355,7 @@
 }
 
 java_library_static {
-    name: "framework_module_lib_stubs_current",
+    name: "android_module_lib_stubs_current",
     srcs: [
         ":module-lib-api-stubs-docs",
     ],