Age | Commit message (Collapse) | Author |
|
Bug: 144722612
Test: Device boots up and connects to wifi networks.
Change-Id: I35d7f349b7baaa389fbaf7368eeca22e20274e96
|
|
a) Moved wifi service to a separate APK (WifiStack)
b) Converted all the .mk to .bp
c) Changed all the wifi services to inherit from a new WifiServiceBase
class (away from SystemService because we're no longer in system_server).
d) WifiStackService is the entry point into the APK entry. This will be
invoked from WifiStackClient running in system_server after
PHASE_SYSTEM_SERVICES_READY in android framework boot sequence.
e) Added a bunch of new .rc rules to help change ownership of all the
config store files.
f) Changed the |setPackage| on a bunch of private broadcasts triggered
for notification actions (from "android" to the new retrieved package
name).
g) Changed WifiScanner permission checks to use MAINLINE_WIFI_STACK
permission instead of NETWORK_STACK.
Bug: 113174748
Test: atest com.android.server.wifi
Test: Device boots up & connects to wifi networks, hotspot toggle, etc.
Test: Will send for regression tests
Change-Id: I87b83704c33694fcc99d2d9bde4e5cad9ddd06da
|
|
Includes a simple unit test, to make sure the build setup
works as intended.
Bug: 112196799
Test: Builds
Test: Unit test
Change-Id: I86c87d5ffcf6a9e3a95d00d5d180eb284dc28d98
|
|
This commit extracts InterfaceTool from libwifi-system.so into a new
library named libwifi-system-iface.so. libwifi-system-iface.so will be
vendor_available because it will be used by both wificond and
android.hardware.wifi@1.0-service.
Bug: 37429084
Test: Sailfish builds, boots, and wifi works.
Change-Id: Iad93c6d258507df3bbb97228814ff5ce5cc2a2f9
|
|
This commit converts Android.mk to Android.bp.
Besides, during the transition, we found that $(wificond_cpp_flags)
should be $(wifi_system_cflags).
Bug: 37429084
Test: Sailfish builds, boots, and wifi works.
Change-Id: Ida255cd6ac0cd9434bd95f1ae570683dccb0388e
|