Skip to content

Commit

Permalink
Remove fetch script
Browse files Browse the repository at this point in the history
Summary: It's out of sync with the internal repo as it's a symlink
there and also unnecessary.

Test Plan: Followed readme instructions.

Reviewers: ianc, marcocova

Reviewed By: ianc

Differential Revision: D7652351

fbshipit-source-id: 620bc9c2d6874319e8a54a30cecdaf6ccf1ddf2d
  • Loading branch information
passy committed Apr 17, 2018
1 parent 48f82b4 commit 42837d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To build SoLoader from source you'll need [Buck](https://buckbuild.com/).
Once you have Buck installed execute following commands from the project root
directory:
```shell
python scripts/fetch_deps.py
buck fetch //...
buck build :soloader
```
The build command generates `buck-out/gen/soloader.aar` file.
Expand Down
40 changes: 0 additions & 40 deletions scripts/fetch_deps.py

This file was deleted.

0 comments on commit 42837d6

Please sign in to comment.