aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang2013-11-25 14:56:25 -0600
committerYing Wang2013-11-25 15:59:46 -0600
commitc1f8360248a650624ce770460e111be28a16a5d4 (patch)
tree381309452a7f00a4e3daf22f2c67fb5cdc482731 /target/product/generic_no_telephony.mk
parent4b5aaedcd0ca0b6c43238a49eb4c1758e3f87845 (diff)
downloadplatform-build-c1f8360248a650624ce770460e111be28a16a5d4.tar.gz
platform-build-c1f8360248a650624ce770460e111be28a16a5d4.tar.xz
platform-build-c1f8360248a650624ce770460e111be28a16a5d4.zip
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. Actually the generic devices don't need them. Change-Id: Iff7c1fbf483bd16d5f898836c4e7401d56def80f
Diffstat (limited to 'target/product/generic_no_telephony.mk')
-rw-r--r--target/product/generic_no_telephony.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk
index f1f00304b..c319db6a3 100644
--- a/target/product/generic_no_telephony.mk
+++ b/target/product/generic_no_telephony.mk
@@ -27,8 +27,6 @@ PRODUCT_PACKAGES := \
27 Provision \ 27 Provision \
28 SystemUI \ 28 SystemUI \
29 bluetooth-health \ 29 bluetooth-health \
30 hostapd \
31 wpa_supplicant.conf \
32 WallpaperCropper 30 WallpaperCropper
33 31
34PRODUCT_PACKAGES += \ 32PRODUCT_PACKAGES += \
@@ -39,8 +37,7 @@ PRODUCT_PACKAGES += \
39 network \ 37 network \
40 pand \ 38 pand \
41 pppd \ 39 pppd \
42 sdptool \ 40 sdptool
43 wpa_supplicant
44 41
45PRODUCT_PACKAGES += \ 42PRODUCT_PACKAGES += \
46 librs_jni \ 43 librs_jni \