Android: Do not compile wpa_supplicant if not chosen
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
f7154ceef7
commit
075131e32e
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
|
||||||
ifndef WPA_SUPPLICANT_VERSION
|
|
||||||
WPA_SUPPLICANT_VERSION := VER_0_8_X
|
|
||||||
endif
|
|
||||||
ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X)
|
ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X)
|
||||||
# The order of the 2 Android.mks does matter!
|
# The order of the 2 Android.mks does matter!
|
||||||
# TODO: Clean up the Android.mks, reset all the temporary variables at the
|
# TODO: Clean up the Android.mks, reset all the temporary variables at the
|
||||||
|
|
Loading…
Reference in a new issue