From 1b9cf09e36b0801400837cb09851d317450cf0c5 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. Exempt-From-Owner-Approval: comment-only changes irrelvant to statsd team Test: m Change-Id: I1ef40b0e426c51d697f1efdabdc87096555e26e8 --- StubLibraries.bp | 4 ++-- apex/statsd/framework/Android.bp | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/StubLibraries.bp b/StubLibraries.bp index 6927f4449054b..0f805655b33d2 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -340,7 +340,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", ], @@ -355,7 +355,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", ], diff --git a/apex/statsd/framework/Android.bp b/apex/statsd/framework/Android.bp index f66f0340edabd..231c91026bb60 100644 --- a/apex/statsd/framework/Android.bp +++ b/apex/statsd/framework/Android.bp @@ -34,9 +34,8 @@ java_library { ], 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