OSDN Git Service

Push wpa_supplicant modules down to the leaf product config.
authorYing Wang <wangying@google.com>
Mon, 25 Nov 2013 20:56:25 +0000 (12:56 -0800)
committerYing Wang <wangying@google.com>
Thu, 5 Dec 2013 18:12:01 +0000 (10:12 -0800)
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

Conflicts:
target/product/core_tiny.mk

target/board/generic/BoardConfig.mk
target/board/generic_aarch64/BoardConfig.mk
target/board/generic_mips/BoardConfig.mk
target/board/generic_x86/BoardConfig.mk
target/board/generic_x86_64/BoardConfig.mk
target/product/base.mk
target/product/generic_no_telephony.mk

index 5fdbd1b..8f698ec 100644 (file)
@@ -38,8 +38,6 @@ ifeq ($(HOST_OS),linux)
   endif
 endif
 
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
 # Build OpenGLES emulation guest and host libraries
 BUILD_EMULATOR_OPENGL := true
 
index f03122b..b4dfa97 100644 (file)
@@ -35,8 +35,6 @@ endif
 # Build OpenGLES emulation host and guest libraries
 BUILD_EMULATOR_OPENGL := true
 
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
 # Build and enable the OpenGL ES View renderer. When running on the emulator,
 # the GLES renderer disables itself if host GL acceleration isn't available.
 USE_OPENGL_RENDERER := true
index 4648a90..e6f43af 100644 (file)
@@ -42,8 +42,6 @@ ifeq ($(HOST_OS),linux)
   endif
 endif
 
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
 # Build OpenGLES emulation guest and host libraries
 BUILD_EMULATOR_OPENGL := true
 
index b86fcef..ed7da38 100644 (file)
@@ -27,8 +27,6 @@ ifeq ($(HOST_OS),linux)
 WITH_DEXPREOPT := true
 endif
 
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
 # Build OpenGLES emulation host and guest libraries
 BUILD_EMULATOR_OPENGL := true
 
index 60dd339..8a2fd13 100755 (executable)
@@ -27,8 +27,6 @@ ifeq ($(HOST_OS),linux)
 WITH_DEXPREOPT := true
 endif
 
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
 # Build OpenGLES emulation host and guest libraries
 BUILD_EMULATOR_OPENGL := true
 
index c8f4354..ec263e5 100644 (file)
@@ -77,7 +77,6 @@ PRODUCT_PACKAGES += \
     libutils \
     libvisualizer \
     libvorbisidec \
-    libwpa_client \
     media \
     media_cmd \
     mediaserver \
index 1155b4e..5197166 100644 (file)
@@ -45,8 +45,6 @@ PRODUCT_PACKAGES := \
     TeleService \
     CalendarProvider \
     bluetooth-health \
-    hostapd \
-    wpa_supplicant.conf \
     WallpaperCropper
 
 PRODUCT_PACKAGES += \
@@ -57,8 +55,7 @@ PRODUCT_PACKAGES += \
     network \
     pand \
     pppd \
-    sdptool \
-    wpa_supplicant
+    sdptool
 
 PRODUCT_PACKAGES += \
     librs_jni \