summaryrefslogtreecommitdiff
path: root/Android.mk (follow)
Commit message (Collapse)AuthorAge
* wlan: Fix makefile to support new Android platformsSameer Thalappil2013-11-14
| | | | | | Make changes to the WLAN makefile to support new Android platforms. Change-Id: I33c2bdafd5bcb41d87784f5a4d065d36e5c44ef3
* Revert "wlan: Disable CLD on mainline"Sameer Thalappil2013-11-06
| | | | | | | PCIe dependancies are resolved, and open source driver is the mainline driver now. This reverts commit aec0b888a8925a71f13b036d982088dfc855843c.
* wlan: Disable CLD on mainlineSameer Thalappil2013-10-24
| | | | | | | CLD driver does not build on mainline because of PCIe dependencies, disable the build temporarily to allow changes to go thru mainline Change-Id: If1b2a903ff9d2fe4b372c8f9c1c0cd6ba8c3fdfe
* wlan: update project discrimination in Android.mkJeff Johnson2013-10-01
| | | | | | | | | | | | | The prima and qcacld-2.0 projects both use the WLAN_CHIPSET variable to keep track of whether or not the given project is supported on a given platform. The problem is that both of these assume WLAN_CHIPSET is initially empty, but that is not always the case. When both are included in an Android build, the value may be set by one of the projects, and that value will be inherited by the other project. To prevent this explicitly clear the WLAN_CHIPSET variable in both projects. Change-Id: I138efff35a1d82e5e13e43b603df350b092d4fb5
* Fix Android.mk and remove occurrences ofMadan Mohan Koyyalamudi2013-10-01
| | | | | the word proprietary in the module name. Remove the 8960 and 8974 targets as well.
* cld: Initial push of cld to opensource Code Aurora ForumMadan Mohan Koyyalamudi2013-09-28
Initial push of cld to opensource Code Aaurora Forum