mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Newer versions of Buck (not released open source) support an `oncall` annotation to denote who owns a particular BUCK file. These annotations are useful to support so that if BUCK files are updated with such annotations they don't break. ## Changelog [Internal] [Changed] - support oncall annotation in BUCK files Pull Request resolved: https://github.com/facebook/react-native/pull/35562 Test Plan: The `test_buck` CI job validates that the file can be evaluated by open-source Buck. I ran this on a CircleCI fork, and it passed. Reviewed By: motiz88 Differential Revision: D41731925 Pulled By: cortinico fbshipit-source-id: 7d0ae164c3e6289d4aa76892658d46bbe4faf99c
21 lines
361 B
INI
21 lines
361 B
INI
|
|
[android]
|
|
target = android-31
|
|
|
|
[kotlin]
|
|
compile_against_abis = True
|
|
kotlin_version = 1.6.10
|
|
|
|
[download]
|
|
max_number_of_retries = 3
|
|
|
|
[maven_repositories]
|
|
central = https://repo1.maven.org/maven2
|
|
google = https://maven.google.com/
|
|
|
|
[alias]
|
|
rntester = //packages/rn-tester/android/app:app
|
|
|
|
[buildfile]
|
|
includes = //tools/build_defs/oss/preload.bzl
|