Skip to content

Commit 235887a

Browse files
NickGerlemanfacebook-github-bot
authored andcommitted
Remove unneeded deps from OSS Yoga Buck Build (#35851)
Summary: Pull Request resolved: #35851 Yoga moved away from fbjni, to use vanilla JNI. This removes fbjni, and proguard annotations (see last stack) as Yoga dependencies from the OSS RN Buck build. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D42538671 fbshipit-source-id: c940d370d9d34bdb905c5dc9331e0bd57b5d49db
1 parent b314e6f commit 235887a

File tree

1 file changed

+0
-2
lines changed
  • ReactAndroid/src/main/java/com/facebook

1 file changed

+0
-2
lines changed

ReactAndroid/src/main/java/com/facebook/BUCK

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ rn_android_library(
77
language = "JAVA",
88
visibility = ["PUBLIC"],
99
deps = [
10-
react_native_dep("libraries/fbjni:java"),
11-
react_native_dep("java/com/facebook/proguard/annotations:annotations"),
1210
react_native_dep("libraries/soloader/java/com/facebook/soloader:soloader"),
1311
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
1412
react_native_dep("third-party/java/jsr-305:jsr-305"),

0 commit comments

Comments
 (0)