Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_wpa_supplicant_8
Commits
bbda6274
Commit
bbda6274
authored
13 years ago
by
Jeff Brown
Browse files
Options
Download
Email Patches
Plain Diff
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I2675273dcbe05c63c366e09a8ba5906ef0314430
parent
103527c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
hostapd/Android.mk
hostapd/Android.mk
+3
-5
wpa_supplicant/Android.mk
wpa_supplicant/Android.mk
+3
-5
No files found.
hostapd/Android.mk
View file @
bbda6274
LOCAL_PATH
:=
$(
call
my-dir
)
WPA_BUILD_HOSTAPD
:=
false
ifneq
($(TARGET_SIMULATOR),true)
ifneq
($(BOARD_HOSTAPD_DRIVER),)
WPA_BUILD_HOSTAPD
:=
true
CONFIG_DRIVER_$(BOARD_HOSTAPD_DRIVER)
:=
y
endif
ifneq
($(BOARD_HOSTAPD_DRIVER),)
WPA_BUILD_HOSTAPD
:=
true
CONFIG_DRIVER_$(BOARD_HOSTAPD_DRIVER)
:=
y
endif
ifeq
($(WPA_BUILD_HOSTAPD),true)
...
...
This diff is collapsed.
Click to expand it.
wpa_supplicant/Android.mk
View file @
bbda6274
...
...
@@ -19,11 +19,9 @@ LOCAL_PATH := $(call my-dir)
PKG_CONFIG
?=
pkg-config
WPA_BUILD_SUPPLICANT
:=
false
ifneq
($(TARGET_SIMULATOR),true)
ifneq
($(BOARD_WPA_SUPPLICANT_DRIVER),)
WPA_BUILD_SUPPLICANT
:=
true
CONFIG_DRIVER_$(BOARD_WPA_SUPPLICANT_DRIVER)
:=
y
endif
ifneq
($(BOARD_WPA_SUPPLICANT_DRIVER),)
WPA_BUILD_SUPPLICANT
:=
true
CONFIG_DRIVER_$(BOARD_WPA_SUPPLICANT_DRIVER)
:=
y
endif
ifeq
($(WPA_BUILD_SUPPLICANT),true)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment