aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdo Reis <idor@ti.com>2012-03-22 16:05:29 +0200
committerArik Nemtsov <arik@wizery.com>2012-08-02 13:04:00 +0300
commit60df3f2aa68f18239aebf3c3594d8b4f79f97e33 (patch)
tree84fb8f4aed937a5a5e0755d12e365af3adcf3fc0
parentcf7f8b707c9fb7f0f699593c332cc84c36101277 (diff)
downloadexternal_wpa_supplicant_8_ti-60df3f2aa68f18239aebf3c3594d8b4f79f97e33.zip
external_wpa_supplicant_8_ti-60df3f2aa68f18239aebf3c3594d8b4f79f97e33.tar.gz
external_wpa_supplicant_8_ti-60df3f2aa68f18239aebf3c3594d8b4f79f97e33.tar.bz2
wpa_supplicant: VERSION_STR_POSTFIX is now defined to 'git describe'
-rw-r--r--wpa_supplicant/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk
index a2d6780..ad0287b 100644
--- a/wpa_supplicant/Android.mk
+++ b/wpa_supplicant/Android.mk
@@ -21,7 +21,7 @@ include $(LOCAL_PATH)/android.config
# To ignore possible wrong network configurations
L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
-L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\"
+L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(shell cd $(LOCAL_PATH) ; git describe)\"
# Set Android log name
L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\"