Merge "Push wpa_supplicant modules down to the leaf product config."

This commit is contained in:
Ying Wang
2013-12-05 19:14:20 +00:00
committed by Gerrit Code Review
7 changed files with 1 additions and 15 deletions

View 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

View 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

View 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

View 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

View 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

View File

@@ -77,7 +77,6 @@ PRODUCT_PACKAGES += \
libutils \
libvisualizer \
libvorbisidec \
libwpa_client \
media \
media_cmd \
mediaserver \

View 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 \