2018-07-23 13:28:17 -07:00
|
|
|
#!/bin/bash
|
2018-09-11 15:27:47 -07:00
|
|
|
# Copyright (c) Facebook, Inc. and its affiliates.
|
2018-09-07 13:08:05 -07:00
|
|
|
#
|
|
|
|
# This source code is licensed under the MIT license found in the
|
|
|
|
# LICENSE file in the root directory of this source tree.
|
2018-07-23 13:28:17 -07:00
|
|
|
|
|
|
|
set -ex
|
|
|
|
|
|
|
|
buck fetch ReactAndroid/src/test/java/com/facebook/react/modules
|
|
|
|
buck fetch ReactAndroid/src/main/java/com/facebook/react
|
|
|
|
buck fetch ReactAndroid/src/main/java/com/facebook/react/shell
|
|
|
|
buck fetch ReactAndroid/src/test/...
|
|
|
|
buck fetch ReactAndroid/src/androidTest/...
|