Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18ee9e5e authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

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

parents 3bd3693d 17fc3d2a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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

+0 −2
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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

+0 −2
Original line number Diff line number Diff line
@@ -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

+0 −2
Original line number Diff line number Diff line
@@ -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

Loading