Remove easywsclient reference (#946)
Summary: This got removed a while ago but will cause new checkouts to fail syncing. Pull Request resolved: https://github.com/facebook/flipper/pull/946 Test Plan: grep & CI Reviewed By: jknoxville Differential Revision: D20736839 Pulled By: passy fbshipit-source-id: ea5081b5c39e79ddebae5847cafe44ef116990ee
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2e88936a29
commit
971e0f80fd
@@ -7,7 +7,6 @@
|
||||
|
||||
include ':android'
|
||||
include ':folly'
|
||||
include ':easywsclient'
|
||||
include ':sonarcpp'
|
||||
include ':sample'
|
||||
include ':tutorial'
|
||||
@@ -18,7 +17,6 @@ include ':rsocket'
|
||||
include ':third-party'
|
||||
include ':noop'
|
||||
|
||||
project(':easywsclient').projectDir = file('libs/easywsclient')
|
||||
project(':sonarcpp').projectDir = file('xplat')
|
||||
project(':sample').projectDir = file('android/sample')
|
||||
project(':tutorial').projectDir = file('android/tutorial')
|
||||
|
||||
Reference in New Issue
Block a user