summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-01-06 20:32:32 -0800
committerPrashant Malani <pmalani@google.com>2016-02-03 11:20:25 -0800
commiteb53c4556ea7ce3e78b04d60d2d16690f8808f71 (patch)
tree779d88135ee3f6ae1ac3f2c3448c58ebc936a459 /Android.mk
parent3a6288afe9317768eef26f1e69e5fdbd97cd396e (diff)
wlan: msm8909w caf release LW.BR.1.0-00410-8x09w.0
MSM8909w WLAN HAL code copied from CAF release LW.BR.1.0-00410-8x09w.0 9c2dd9e Validation of GSCAN configuration parameters 343a1cd wifi:Stub out support for SET_AP_WPS_P2P_IE command 492704b wcnss_service: Add non hex characters support in serial no. 8634b59 wcnss_service: Retry qmi client init with port RMNET_0 442946a WiFi-HAL: Write firmware prints to FIRMWARE_PRINTS ring buffer 8b828a0 Wifi-HAL: Cleanup NAN stats Fixed makefiles to be compatible with PDK without kernel source Change-Id: If15dbce7cf11c79a79ac852e3c63cb009d5dabe2
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..d1b3337
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,5 @@
+ifneq ($(filter msm8909,$(TARGET_BOARD_PLATFORM)),)
+include $(call all-named-subdir-makefiles,msm8909)
+else
+include $(call all-named-subdir-makefiles,qcwcn)
+endif