change ANDROID define to TARGET_ANDROID

This commit is contained in:
CraftyBoss
2026-04-14 03:18:21 -07:00
parent 35650784c3
commit ec091ac3af
14 changed files with 24 additions and 20 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
#include "tracy/Tracy.hpp"
#if ANDROID
#if TARGET_ANDROID
#include "android/log.h"
#include <vector>
#include <sstream>
@@ -97,7 +97,7 @@ static bool IsForStubLog(const char* message) {
return false;
}
#if ANDROID
#if TARGET_ANDROID
void aurora_log_callback(AuroraLogLevel level, const char* module, const char* message,
unsigned int len) {
ZoneScoped;