2018-07-23 20:28:17 +00:00
|
|
|
#!/bin/bash
|
2018-09-07 20:08:05 +00:00
|
|
|
# Copyright (c) 2015-present, Facebook, Inc.
|
|
|
|
#
|
|
|
|
# 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 20:28:17 +00: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/...
|