From c1f8360248a650624ce770460e111be28a16a5d4 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Mon, 25 Nov 2013 12:56:25 -0800 Subject: 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 --- target/product/generic_no_telephony.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'target/product/generic_no_telephony.mk') diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk index f1f0030..c319db6 100644 --- a/target/product/generic_no_telephony.mk +++ b/target/product/generic_no_telephony.mk @@ -27,8 +27,6 @@ PRODUCT_PACKAGES := \ Provision \ SystemUI \ bluetooth-health \ - hostapd \ - wpa_supplicant.conf \ WallpaperCropper PRODUCT_PACKAGES += \ @@ -39,8 +37,7 @@ PRODUCT_PACKAGES += \ network \ pand \ pppd \ - sdptool \ - wpa_supplicant + sdptool PRODUCT_PACKAGES += \ librs_jni \ -- cgit v1.1