Skip to content

Commit

Permalink
Include headers in fbjni/, too (#25711)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
davidaurelio authored and facebook-github-bot committed Jul 18, 2019
1 parent 87aca7e commit 341b509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReactAndroid/src/main/jni/first-party/fb/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ oss_cxx_library(
header_namespace = "",
exported_headers = subdir_glob([
("include", "fb/**/*.h"),
("include", "fbjni/**/*.h"),
("include", "jni/*.h"),
]),
compiler_flags = [
Expand Down

0 comments on commit 341b509

Please sign in to comment.