Skip to content

Commit

Permalink
Depend on fbjni directly instead of native/fb
Browse files Browse the repository at this point in the history
Summary:
The Inspector uses fbjni/JThread.h on Android platforms to get a Java
thread (with a class loader). Use a smaller scope dependency to bring
in fewer things.

Changelog: [Internal]

Reviewed By: neildhar

Differential Revision: D27799508

fbshipit-source-id: 3e1e00cf65596d12c9128fe636ed970238f4aba2
  • Loading branch information
dulinriley authored and facebook-github-bot committed Apr 16, 2021
1 parent 318e9f2 commit 9e21d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/hermes/inspector/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fb_xplat_cxx_library(
# no JNI_Onload.
fbandroid_allow_jni_merging = False,
fbandroid_deps = [
"//fbandroid/native/fb:fb",
"//fbandroid/libraries/fbjni:fbjni",
],
fbobjc_header_path_prefix = "hermes/inspector/detail",
labels = ["supermodule:xplat/default/public.hermes"],
Expand Down

0 comments on commit 9e21d54

Please sign in to comment.