add install step and docs for Android build (#17298)
authorGemfield <gemfield@civilnet.cn>
Wed, 20 Feb 2019 14:59:31 +0000 (06:59 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 20 Feb 2019 15:05:24 +0000 (07:05 -0800)
commitc3a23379ea80de93321a89ea63d939c6c66b9a0d
tree2ea1d06605ed652765eb02ae5173141691a42420
parent1b3315ec17f3acd851f007c235b164fc1cbacd51
add install step and docs for Android build (#17298)

Summary:
This commit did below enhancements:
1, add doc for build_android.sh;
2, add install step for build_android.sh, thus the headers and libraries can be collected together for further usage conveniently;
3, change the default INSTALL_PREFIX from $PYTORCH_ROOT/install to $PYTORCH_ROOT/build_android/install to make the project directory clean.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17298

Differential Revision: D14149709

Pulled By: soumith

fbshipit-source-id: a3a38cb41f26377e21aa89e49e57e8f21c9c1a39
scripts/README.md [new file with mode: 0644]
scripts/build_android.sh