diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2011-10-25 10:50:42 -0700 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2011-10-25 16:14:26 -0700 |
| commit | 95613e49a5d2b830b45757efdb7144fd668f23ae (patch) | |
| tree | dfe81cd418e8db756c9e4d3158f261f437189a20 | |
| parent | 648b7492d15bb4efaeebdfdd8bd261563a5f6227 (diff) | |
| download | android_external_wpa_supplicant_8-95613e49a5d2b830b45757efdb7144fd668f23ae.tar.gz android_external_wpa_supplicant_8-95613e49a5d2b830b45757efdb7144fd668f23ae.tar.bz2 android_external_wpa_supplicant_8-95613e49a5d2b830b45757efdb7144fd668f23ae.zip | |
Add PLATFORM_VERSION to VERSION_STR_POSTFIX definition
Change-Id: Ia60b5d73cf703fe7d78fc39b58d9d8c121c5d5c6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
| -rw-r--r-- | hostapd/Android.mk | 2 | ||||
| -rw-r--r-- | wpa_supplicant/Android.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 403375f0..843702b6 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -13,6 +13,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=\"hostapd\" diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index 3d65cc60..be02803d 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\" |
