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",
     ],
diff --git a/apex/statsd/framework/Android.bp b/apex/statsd/framework/Android.bp
index f66f034..231c910 100644
--- a/apex/statsd/framework/Android.bp
+++ b/apex/statsd/framework/Android.bp
@@ -34,9 +34,8 @@
     ],
     libs: [
         "framework-annotations-lib",
-        // TODO(b/146230220): Use framework-system-stubs instead.
-        //"android_system_stubs_current",
-        //"framework_module_lib_stubs_current",
+        // TODO(b/146230220): Use android_module_lib_stubs_current instead.
+        //"android_module_lib_stubs_current",
         "framework-all",
     ],
     hostdex: true, // for hiddenapi check