mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-20 02:53:03 -05:00
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
@ -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
|
||||
# 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\"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user