Skip to content

Commit 5ea50fd

Browse files
Andrei Shikovfacebook-github-bot
Andrei Shikov
authored andcommitted
Fix Hermes Android release build (#33420)
Summary: Pull Request resolved: #33420 Hermes executor release dependency was incorrectly merged. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D34853948 fbshipit-source-id: b4d41d2a9ad850c042049b6d945ee1d2bb32ebd7
1 parent b633cc1 commit 5ea50fd

File tree

1 file changed

+1
-1
lines changed
  • ReactAndroid/src/main/java/com/facebook/hermes/reactexecutor

1 file changed

+1
-1
lines changed

ReactAndroid/src/main/java/com/facebook/hermes/reactexecutor/Android.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ else
4343
LOCAL_SHARED_LIBRARIES := \
4444
libfb \
4545
libfbjni \
46-
libfolly_json \
46+
libfolly_runtime \
4747
libhermes \
4848
libjsi \
4949
libreactnativejni

0 commit comments

Comments
 (0)