From 34fc65accf042bc8cb291ca51b8f8f9960fc3817 Mon Sep 17 00:00:00 2001 From: David Su Date: Sat, 4 Apr 2020 01:37:28 -0700 Subject: 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 --- wifi/Android.bp | 1 - 1 file changed, 1 deletion(-) 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", -- cgit v1.2.3-59-g8ed1b