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
This commit is contained in:
Nicola Corti
2025-05-29 10:42:31 -07:00
committed by Facebook GitHub Bot
parent ff4f4c8331
commit 3a41cdf5b2
@@ -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)
#