Skip to content

Commit

Permalink
Use latest soloader
Browse files Browse the repository at this point in the history
Summary: For building for 64 bit targets, we need the latest soloader.  We had bundled this in the repo.  This now fetches it from jcenter.

Reviewed By: passy

Differential Revision: D4802583

fbshipit-source-id: 0874f16295886721c7095ca9d9780ce39b0f2936
  • Loading branch information
Robert Spencer authored and facebook-github-bot committed Mar 30, 2017
1 parent 18b6b26 commit e012a74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/soloader/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

android_prebuilt_aar(
name = "soloader",
aar = "soloader.aar",
aar = ":soloader.aar",
visibility = ["PUBLIC"],
)

remote_file(
name = "soloader.aar",
sha1 = "2f27b33862c38f8197536a189f7a8f0be0839561",
url = "mvn:com.facebook.soloader:soloader:aar:0.2.0",
)
Binary file removed lib/soloader/soloader.aar
Binary file not shown.

0 comments on commit e012a74

Please sign in to comment.