diff options
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\" |