diff options
| -rw-r--r-- | Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index ea6238f46f56..4c7fc03b978f 100644 --- a/Android.mk +++ b/Android.mk @@ -1,5 +1,8 @@ # Android makefile for the WLAN Module +# Assume no targets will be supported +WLAN_CHIPSET := + # Build/Package options for 8084 target ifeq ($(call is-board-platform,apq8084),true) WLAN_CHIPSET := qca_cld |
