diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2012-02-25 17:35:44 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-02-25 18:22:38 +0200 |
commit | 1e1411b04fa1be14e355afce3cfac7218cb4886c (patch) | |
tree | 8a5ce560fd1b56d8f843375a62dc83920c0ba8e9 /hostapd | |
parent | 5db498920f689d36516c34673b7fa542d3e28223 (diff) | |
download | external_wpa_supplicant_8_ti-1e1411b04fa1be14e355afce3cfac7218cb4886c.zip external_wpa_supplicant_8_ti-1e1411b04fa1be14e355afce3cfac7218cb4886c.tar.gz external_wpa_supplicant_8_ti-1e1411b04fa1be14e355afce3cfac7218cb4886c.tar.bz2 |
Android: Add PLATFORM_VERSION to VERSION_STR_POSTFIX definition
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index e394033..4470b9f 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -13,6 +13,8 @@ include $(LOCAL_PATH)/android.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=\"hostapd\" |