From 971e0f80fdac45cdb10cc2579bffd9598f35c14b Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 31 Mar 2020 03:11:57 -0700 Subject: [PATCH] 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 --- settings.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 7f9d0e472..6eb47ca68 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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')