summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-11-25 13:48:48 -0800
committerNick Kralevich <nnk@google.com>2015-01-05 11:09:21 -0800
commit448551382036d9803082665f0ec299d44831dfce (patch)
treeba3ad598fe050cea15aa93b29be2dafddb03a654
parent8b5e9dad63761a25c9d88ed2d7fa89ed1bff1ee1 (diff)
downloadgrouper-448551382036d9803082665f0ec299d44831dfce.tar.gz
Push wpa_supplicant modules down to the leaf product config.
Since 558477c0b2a5a7db679c1ad7551d43e6364d1df2 in external/wpa_supplicant_8 we don't need those modules if WPA_SUPPLICANT_VERSION is not set by the BoardConfig.mk. (cherry picked from commit b6bbd7cf224627a1aba10d3be1f773e5d950ef9a) Change-Id: Iec53d5b447566a511a2b90da7a13a80d45232828
-rw-r--r--device-common.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index fbb87e2..5b2e492 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -68,6 +68,12 @@ PRODUCT_COPY_FILES += \
device/asus/grouper/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl
PRODUCT_PACKAGES := \
+ libwpa_client \
+ hostapd \
+ wpa_supplicant \
+ wpa_supplicant.conf
+
+PRODUCT_PACKAGES += \
lights.grouper \
audio.primary.grouper \
power.grouper \