summaryrefslogtreecommitdiffstats
path: root/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* [WifiScoreCard] Add a proto for wifi score cardsMichael Plass2018-11-131-0/+1
| | | | | | | | | | Includes a simple unit test, to make sure the build setup works as intended. Bug: 112196799 Test: Builds Test: Unit test Change-Id: I86c87d5ffcf6a9e3a95d00d5d180eb284dc28d98
* Split InterfaceTool from libwifi-system.soLogan Chien2017-04-261-0/+1
| | | | | | | | | | | 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
* Convert Android.mk to Android.bpLogan Chien2017-04-261-0/+17
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