Fix Android build on Linux hosts (#705)
Co-authored-by: Jason Sandlin <jasonsa@microsoft.com>
This commit is contained in:
Родитель
f240b2e2dc
Коммит
529df0581d
|
@ -1,6 +1,6 @@
|
|||
#include "pch.h"
|
||||
|
||||
#include <Android/log.h>
|
||||
#include <android/log.h>
|
||||
#include <httpClient/pal.h>
|
||||
#include <httpClient/trace.h>
|
||||
|
||||
|
@ -35,4 +35,4 @@ void Internal_HCTraceMessage(const char* areaName, HCTraceLevel traceLevel, cons
|
|||
}
|
||||
|
||||
__android_log_print(androidLogPriority, areaName, "%s", message);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче