diff options
author | David Su <dysu@google.com> | 2020-04-04 01:37:28 -0700 |
---|---|---|
committer | David Su <dysu@google.com> | 2020-04-04 01:37:28 -0700 |
commit | 34fc65accf042bc8cb291ca51b8f8f9960fc3817 (patch) | |
tree | be496d3f1523c40eed5f05e4584d681765acd2f7 /wifi | |
parent | e7181b197c9427cc9da48fbb36508324466fa1b7 (diff) |
framework-wifi: Remove dependency on framework-telephony-stubs
Since Telephony is no longer a module, `framework-telephony-stubs`
is already part of `module_current`. Only stubs from other modules
need to be explicitly included.
Bug: 151092414
Test: compiles
Change-Id: Iedf05a82dea9e6831b6253dfcb213162d2b9e127
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wifi/Android.bp b/wifi/Android.bp index 614786193a18..433ab0c01e51 100644 --- a/wifi/Android.bp +++ b/wifi/Android.bp @@ -81,7 +81,6 @@ java_library { libs: [ "framework-annotations-lib", "unsupportedappusage", // for android.compat.annotation.UnsupportedAppUsage - "framework-telephony-stubs", ], srcs: [ ":framework-wifi-updatable-sources", |