From 3a41cdf5b2c2a44a37ef37179e2a372f2fbbdcbd Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 29 May 2025 10:42:31 -0700 Subject: [PATCH] Fully remove LOG_TAG from Buck/CMake (#51660) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51660 We should be able to clean this up as we're not using it directly. It would be used via the NDK logging utilities from Android, that we don't use. Changelog: [Internal] [Changed] - Reviewed By: mdvacca Differential Revision: D75531640 fbshipit-source-id: e96932b6e77b159683728194ac2e856cb868e06f --- .../ReactCommon/cmake-utils/react-native-flags.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactCommon/cmake-utils/react-native-flags.cmake b/packages/react-native/ReactCommon/cmake-utils/react-native-flags.cmake index bbbd534d9ad..ae97237881c 100644 --- a/packages/react-native/ReactCommon/cmake-utils/react-native-flags.cmake +++ b/packages/react-native/ReactCommon/cmake-utils/react-native-flags.cmake @@ -20,7 +20,7 @@ SET(reactnative_FLAGS ) # This function can be used to configure the reactnative flags for a specific target in -# a conveniente way. The usage is: +# a convenient way. The usage is: # # target_compile_reactnative_options(target_name scope) #