make RN infra labels public

Summary:
Internal build target labeling.

Changelog: [Internal]

Reviewed By: zlern2k

Differential Revision: D20152676

fbshipit-source-id: 89615a0b3a6f3994b18f2c07b86d0ae93e052327
This commit is contained in:
Kevin Gozali
2020-02-28 12:41:38 -08:00
committed by Facebook Github Bot
parent 64720ab14a
commit 30822e3923
40 changed files with 42 additions and 42 deletions
@@ -35,7 +35,7 @@ rn_xplat_cxx_library(
"-std=c++14",
"-Wall",
],
labels = ["supermodule:android/default/public.react_native"],
labels = ["supermodule:android/default/public.react_native.infra"],
platforms = (ANDROID,),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",