From 9c4bbe95b1e4c04a47b2928864ebcd1768cfa5b3 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 30 Jan 2020 12:09:02 +0000 Subject: [PATCH] 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) --- StubLibraries.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StubLibraries.bp b/StubLibraries.bp index baa3c615039df..442df6fc994ea 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -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", ],