diff options
author | Paul Duffin <paulduffin@google.com> | 2020-06-02 11:58:45 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-06-02 11:58:45 +0000 |
commit | 9e6bc14d85eaf0cb71931d9992d42a6ea6f25db3 (patch) | |
tree | 29e9ab666d7542a6a9c5813f7cd253271c2783a9 /service | |
parent | 33ce8db52b25857e26bbd6e98dd8b3e904f03fd5 (diff) | |
parent | 0f971ddd9bb7f839ae7b9aded4dad2a4d4a5ec04 (diff) |
Merge "Switch to standard naming scheme" into rvc-dev am: 0f971ddd9b
Original change: undetermined
Change-Id: I060d48109f7737f79602f41bd1514c83b289cead
Diffstat (limited to 'service')
-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", ], |