diff options
-rw-r--r-- | service/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
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", ], |