aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-10-25 10:50:42 -0700
committerDmitry Shmidt <dimitrysh@google.com>2012-02-21 16:16:22 -0800
commitea01dacb439e7c408e647f9a7c42f93abe3baaf0 (patch)
treee44edd3198630f63a8a48b4f5f175d8efc0b10af /wpa_supplicant
parent0db96d87ee976168b8eef4caa42312b29d4aa600 (diff)
downloadexternal_wpa_supplicant_8-ea01dacb439e7c408e647f9a7c42f93abe3baaf0.zip
external_wpa_supplicant_8-ea01dacb439e7c408e647f9a7c42f93abe3baaf0.tar.gz
external_wpa_supplicant_8-ea01dacb439e7c408e647f9a7c42f93abe3baaf0.tar.bz2
Add PLATFORM_VERSION to VERSION_STR_POSTFIX definition
Change-Id: I26e4223c58ca941088cc319847da3c7c9d7fef95 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'wpa_supplicant')
-rw-r--r--wpa_supplicant/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk
index e246e80..14d2ccd 100644
--- a/wpa_supplicant/Android.mk
+++ b/wpa_supplicant/Android.mk
@@ -31,6 +31,8 @@ include $(LOCAL_PATH)/.config
# To ignore possible wrong network configurations
L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
+L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\"
+
# Set Android log name
L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\"