From 4d9a98118616518fdf967870661d8d76b5f51f1e Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Sun, 31 May 2020 11:53:23 +0100 Subject: 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. Change-Id: I44d0378125f37a1f97e7b71572cc8c5acb88b4a9 Merged-In: I98bd269cd010c9a92b4a8c4b8cb5d0e8680d2c5d (cherry picked from 630217770ea26d3497c11eaaf1342da9be05cac9) --- service/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/Android.bp b/service/Android.bp index e721f8cc2..d7c16dfc1 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -62,7 +62,7 @@ java_library { // need pre-jarjar symbols so that wifi-service can reference the original class names at // compile time "framework-wifi-pre-jarjar", - "framework-statsd-stubs-module_libs_api", + "framework-statsd.stubs.module_lib", "unsupportedappusage", ], -- cgit v1.2.3