Update android/README.md, how to build pytorch android from source (#92356)

`sh ./scripts/build_pytorch_android.sh` leads to
```
./scripts/build_pytorch_android.sh: 30: source: not found
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/92356
Approved by: https://github.com/soulitzer
This commit is contained in:
vfdev
2023-01-20 16:39:31 +00:00
committed by PyTorch MergeBot
parent b2ca2c8662
commit 215f4fc355

View File

@ -66,7 +66,7 @@ For this you can use `./scripts/build_pytorch_android.sh` script.
git clone https://github.com/pytorch/pytorch.git
cd pytorch
git submodule update --init --recursive
sh ./scripts/build_pytorch_android.sh
bash ./scripts/build_pytorch_android.sh
```
The workflow contains several steps: