diff options
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp index d542502c918b..a7ac094e1b56 100644 --- a/Android.bp +++ b/Android.bp @@ -491,7 +491,8 @@ java_library { "framework-sdkextensions-stubs-systemapi", // TODO(b/146167933): Use framework-statsd-stubs instead. "framework-statsd", - "framework-wifi-stubs", + // TODO(b/140299412): should be framework-wifi-stubs + "framework-wifi", "ike-stubs", // TODO(b/147200698): should be the stub of framework-tethering "framework-tethering", @@ -527,8 +528,7 @@ java_library { "compat-changeid-annotation-processor", ], static_libs: [ - "exoplayer2-core", - "android.hardware.wifi-V1.0-java-constants", + "exoplayer2-core" ] } |