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
This commit is contained in:
parent
4b5aaedcd0
commit
c1f8360248
8 changed files with 3 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -80,7 +80,6 @@ PRODUCT_PACKAGES += \
|
|||
libutils \
|
||||
libvisualizer \
|
||||
libvorbisidec \
|
||||
libwpa_client \
|
||||
media \
|
||||
media_cmd \
|
||||
mediaserver \
|
||||
|
|
|
@ -21,9 +21,7 @@ PRODUCT_PACKAGES := \
|
|||
CertInstaller \
|
||||
FusedLocation \
|
||||
InputDevices \
|
||||
bluetooth-health \
|
||||
hostapd \
|
||||
wpa_supplicant.conf
|
||||
bluetooth-health
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
audio \
|
||||
|
@ -33,8 +31,7 @@ PRODUCT_PACKAGES += \
|
|||
network \
|
||||
pand \
|
||||
pppd \
|
||||
sdptool \
|
||||
wpa_supplicant
|
||||
sdptool
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
audio.primary.default \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue