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
This commit is contained in:
David Su
2020-04-04 01:37:28 -07:00
parent e7181b197c
commit 34fc65accf

View File

@@ -81,7 +81,6 @@ java_library {
libs: [
"framework-annotations-lib",
"unsupportedappusage", // for android.compat.annotation.UnsupportedAppUsage
"framework-telephony-stubs",
],
srcs: [
":framework-wifi-updatable-sources",