Skip to content

Commit fc7861c

Browse files
authored
Undef the pre-processor definitions to stay unity build friendly (#2535)
1 parent 33f3a36 commit fc7861c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/platform/android/javaactivity-android.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,5 @@ JNIEXPORT void JNICALL Java_dev_axmol_lib_AxmolRenderer_nativeOnSurfaceChanged(J
151151
ax::Application::getInstance()->applicationScreenSizeChanged(w, h);
152152
}
153153
}
154+
#undef LOGD
155+
#undef LOG_TAG

0 commit comments

Comments
 (0)