Revert "framework.jar - include framework-wifi-stubs instead of framework-wifi"

This reverts commit eb2572959a6d89c14c9ba1de23a9ef561eb87e15.

Reason for revert: Broke build

Change-Id: I694c84dec6ae47a6c86fa1036802cdd750490efc
diff --git a/Android.bp b/Android.bp
index d542502..a7ac094 100644
--- a/Android.bp
+++ b/Android.bp
@@ -491,7 +491,8 @@
         "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 @@
         "compat-changeid-annotation-processor",
     ],
     static_libs: [
-        "exoplayer2-core",
-        "android.hardware.wifi-V1.0-java-constants",
+        "exoplayer2-core"
     ]
 }