Fix OSS gradle build for ReactCommon/react/renderer/graphics (#38644)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/38644

It's likely that some components consuming react/renderer/graphics headers are consuming the wrong PlatformColorParser header, since the implementation under platform/android is quite different from the implementation under platform/cxx.

This change should hoist the correct headers to react/renderer/graphics when building Fabric in OSS.

## Changelog:
[General] [Fixed] - Fix headers for react/renderer/graphics for Fabric Android

Reviewed By: cortinico, NickGerleman

Differential Revision: D47821848

fbshipit-source-id: a2f2b057aa73c1c6b4a00e2c3e508cebb6e6facf
This commit is contained in:
Eric Rozell
2023-07-28 15:45:53 -07:00
committed by Facebook GitHub Bot
parent c168a4f88b
commit a830223f95
@@ -109,7 +109,7 @@ final def preparePrefab = tasks.register("preparePrefab", PreparePrefabHeadersTa
"react_render_graphics",
[
new Pair("../ReactCommon/react/renderer/graphics/", "react/renderer/graphics/"),
new Pair("../ReactCommon/react/renderer/graphics/platform/cxx/", ""),
new Pair("../ReactCommon/react/renderer/graphics/platform/android/", ""),
]
),
new PrefabPreprocessingEntry(