OSDN Git Service

Set ANDROID_LOG_NAME depending on application
[android-x86/external-wpa_supplicant_8.git] / hostapd / Android.mk
index 4655cfd..403375f 100644 (file)
@@ -13,6 +13,9 @@ include $(LOCAL_PATH)/.config
 # To ignore possible wrong network configurations
 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
 
+# Set Android log name
+L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
+
 ifdef CONFIG_DRIVER_NL80211
 L_CFLAGS += -DANDROID_BRCM_P2P_PATCH
 endif