forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing Android CI (facebook#21083)
Summary: This PR does 2 things: * Have Facebook internal dependencies only be added if `IS_OSS_BUILD` is `True`. This syntax is used in other BUCK files in the codebase. * `ReactAndroid/src/androidTest/java/com/facebook/react/tests/core/BUCK` * `ReactAndroid/src/androidTest/java/com/facebook/react/testing/rule/BUCK` * Add a missing Android dependency to this BUCK file: * `ReactAndroid/src/main/java/com/facebook/react/BUCK` As a result, `test_android` is passing again. Pull Request resolved: facebook#21083 Differential Revision: D9809808 Pulled By: hramos fbshipit-source-id: c840ea2892006a88fe13de1b1324746d030ebaf2
- Loading branch information
1 parent
0ebe288
commit d58f892
Showing
3 changed files
with
12 additions
and
7 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
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