Remove vendored copy of fbjni (#530)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/530

Use the pre-release of fbjni instead of our bundled copy. I hope this can be made a little less awkward, but it works for now.

Reviewed By: jknoxville

Differential Revision: D16988077

fbshipit-source-id: 936e414f9b2bf82ccb54b107228d79d01acdbf14
This commit is contained in:
Pascal Hartig
2019-09-03 06:04:16 -07:00
committed by Facebook Github Bot
parent 6f14bb7dfa
commit 4544c4fff1
65 changed files with 54 additions and 8317 deletions

View File

@@ -6,7 +6,6 @@
include ':android'
include ':folly'
include ':fbjni'
include ':easywsclient'
include ':sonarcpp'
include ':sample'
@@ -18,7 +17,6 @@ include ':rsocket'
include ':third-party'
include ':noop'
project(':fbjni').projectDir = file('libs/fbjni')
project(':easywsclient').projectDir = file('libs/easywsclient')
project(':sonarcpp').projectDir = file('xplat')
project(':sample').projectDir = file('android/sample')