summaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2019-11-25wifi: Create apex mainline moduleRoshan Pius
Bug: 144722612 Test: Device boots up and connects to wifi networks. Change-Id: I35d7f349b7baaa389fbaf7368eeca22e20274e96
2019-08-08Create Mainline wifi stack moduleRoshan Pius
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
2018-11-13[WifiScoreCard] Add a proto for wifi score cardsMichael Plass
Includes a simple unit test, to make sure the build setup works as intended. Bug: 112196799 Test: Builds Test: Unit test Change-Id: I86c87d5ffcf6a9e3a95d00d5d180eb284dc28d98
2017-04-26Split InterfaceTool from libwifi-system.soLogan Chien
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
2017-04-26Convert Android.mk to Android.bpLogan Chien
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