Switch to standard naming scheme

Removes use of the special framework-modules naming scheme.

Bug: 155164730
Test: m java
Exempt-From-Owner-Approval: Build cleanup.
Merged-In: I3b78fcbcacc3df787e171d6eedeef1e51b087615
Merged-In: I0c31e2183353dfb5bd49f04f3455cb7b10be6866
Change-Id: I39e2033400a769568dd594eb2861e7f3ed42ce20
(cherry picked from 8b864fb45ce79051437f13c2a19510718ea3b7aa)
diff --git a/Android.bp b/Android.bp
index aeaaca3d..a93a155 100644
--- a/Android.bp
+++ b/Android.bp
@@ -371,7 +371,7 @@
 java_library {
     name: "framework-updatable-stubs-module_libs_api",
     static_libs: [
-        "framework-sdkextensions-stubs-module_libs_api",
+        "framework-sdkextensions.stubs.module_lib",
         "framework-tethering.stubs.module_lib",
         "updatable_media_stubs",
     ],