Skip to content

Commit 341b509

Browse files
davidaureliofacebook-github-bot
authored andcommitted
Include headers in fbjni/, too (#25711)
Summary: Adds headers in `fb/include/fbjni` to `//ReactAndroid/src/main/jni/first-party/fb:jni`, as these are needed by Yoga now Fixes compilation of Yoga, after Yoga upgraded its internal copy of *fbjni* and changed header include paths. ## Changelog [Android] [Fixed] - Fixes compilation of Yoga Pull Request resolved: #25711 Test Plan: ``` $ buck build //ReactAndroid/src/main/jni/first-party/yogajni:jni Invalidating internal cached state: Watchman failed to start. This may cause slower builds. Parsing buck files: finished in 0.5 sec Building: finished in 2.2 sec (100%) 8/8 jobs, 8 updated Total time: 2.9 sec ``` Reviewed By: SidharthGuglani Differential Revision: D16357020 Pulled By: davidaurelio fbshipit-source-id: 4a97c0d35ebf65412a661ae291b3110bcfba6467
1 parent 87aca7e commit 341b509

File tree

1 file changed

+1
-0
lines changed
  • ReactAndroid/src/main/jni/first-party/fb

1 file changed

+1
-0
lines changed

ReactAndroid/src/main/jni/first-party/fb/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ oss_cxx_library(
1111
header_namespace = "",
1212
exported_headers = subdir_glob([
1313
("include", "fb/**/*.h"),
14+
("include", "fbjni/**/*.h"),
1415
("include", "jni/*.h"),
1516
]),
1617
compiler_flags = [

0 commit comments

Comments
 (0)