Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
@@ -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\"
@@ -31,6 +31,8 @@ include $(LOCAL_PATH)/android.config
L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\"