commit | 4752b4046c7bd253ff4aed0019381521f907d7be | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@android.com> | Thu Dec 05 19:13:37 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 05 19:13:37 2013 +0000 |
tree | e0328d0ea64853833a049e64986ffa2f1e899074 | |
parent | ac427985df589ec36369ed2ae9d266d83f420e5c [diff] | |
parent | 993d558670f19867fd8209076b0697ba4f9146c6 [diff] |
Merge "Android: Do not compile wpa_supplicant if not chosen"
diff --git a/Android.mk b/Android.mk index 4a74b24..0e8cb6c 100644 --- a/Android.mk +++ b/Android.mk
@@ -1,8 +1,5 @@ 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) # The order of the 2 Android.mks does matter! # TODO: Clean up the Android.mks, reset all the temporary variables at the