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

Commit 5abaa4ee authored by Ying Wang's avatar Ying Wang
Browse files

Explictly set WPA_SUPPLICANT_VERSION := VER_0_8_X for the generic devices

Since 558477c0b2a5a7db679c1ad7551d43e6364d1df2 in
external/wpa_supplicant_8 we don't have WPA_SUPPLICANT_VERSION default
to VER_0_8_X.
This fixes the SDK build.

Change-Id: Ib7a8e10705dc6b987b60b1308405e89eaa2a47c9
parent 4943ac65
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@ ifeq ($(HOST_OS),linux)
  endif
endif

WPA_SUPPLICANT_VERSION := VER_0_8_X

# Build OpenGLES emulation guest and host libraries
BUILD_EMULATOR_OPENGL := true

+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ 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
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ ifeq ($(HOST_OS),linux)
  endif
endif

WPA_SUPPLICANT_VERSION := VER_0_8_X

# Build OpenGLES emulation guest and host libraries
BUILD_EMULATOR_OPENGL := true

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

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