react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Fix broken build due to a land time race

Open rshest opened this issue 10 months ago • 2 comments

Summary:

Changelog:

[Internal] -

With D55574528 and D55623682 having landed concurrently, and the latter enabling warnings-as-errors for Kotlin files vs the former having one such warning, this caused a build breakage.

This diff fixes it.

Reviewed By: andrewdacenko, blakef

Differential Revision: D55636176

rshest avatar Apr 02 '24 12:04 rshest

This pull request was exported from Phabricator. Differential Revision: D55636176

facebook-github-bot avatar Apr 02 '24 12:04 facebook-github-bot

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 18,881,385 +4,094
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,250,211 +12
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 15a965f0f2f38eee4546cfc0464f141f0aa37d84 Branch: main

analysis-bot avatar Apr 02 '24 12:04 analysis-bot