Android: Add PLATFORM_VERSION to VERSION_STR_POSTFIX definition
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
5db498920f
commit
1e1411b04f
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,8 @@ include $(LOCAL_PATH)/android.config
|
||||||
# To ignore possible wrong network configurations
|
# To ignore possible wrong network configurations
|
||||||
L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
|
L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
|
||||||
|
|
||||||
|
L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\"
|
||||||
|
|
||||||
# Set Android log name
|
# Set Android log name
|
||||||
L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
|
L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,8 @@ include $(LOCAL_PATH)/android.config
|
||||||
# To ignore possible wrong network configurations
|
# To ignore possible wrong network configurations
|
||||||
L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
|
L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
|
||||||
|
|
||||||
|
L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\"
|
||||||
|
|
||||||
# Set Android log name
|
# Set Android log name
|
||||||
L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\"
|
L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue