-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reviewed By: mzlee, dinhviethoa Differential Revision: D6439498 fbshipit-source-id: ec847595afdd79434e48652d237d2533bbd2cad2
- Loading branch information
1 parent
240039c
commit d674d48
Showing
5 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
ReactAndroid/src/main/third-party/java/infer-annotations/BUCK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
include_defs("//ReactAndroid/DEFS") | ||
|
||
prebuilt_jar( | ||
name = "infer-annotations", | ||
binary_jar = "infer-annotations-4.0.jar", | ||
visibility = ["//ReactAndroid/..."], | ||
name = "infer-annotations", | ||
binary_jar = "infer-annotations-4.0.jar", | ||
visibility = ["//ReactAndroid/..."], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,10 @@ rn_robolectric_test( | |
name = "uimanager", | ||
# TODO Disabled temporarily until Yoga linking is fixed t14964130 | ||
# srcs = glob(['**/*.java']), | ||
srcs = ["SimpleViewPropertyTest.java", "MatrixMathHelperTest.java"], | ||
srcs = [ | ||
"MatrixMathHelperTest.java", | ||
"SimpleViewPropertyTest.java", | ||
], | ||
# Please change the contact to the oncall of your team | ||
contacts = ["[email protected]"], | ||
visibility = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters