From f66dd3ed0d2f69bfa6001a5b4b74cb517f58ba98 Mon Sep 17 00:00:00 2001 From: Alexander Oprisnik Date: Tue, 28 Jan 2020 08:46:41 -0800 Subject: [PATCH] Remove unused SoLoaderDelegate artifact Reviewed By: passy Differential Revision: D19601140 fbshipit-source-id: d05a609251134f651d2e500e44e0f21eb44daf6d --- artifacts/SOLOADERDELEGATE | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 artifacts/SOLOADERDELEGATE diff --git a/artifacts/SOLOADERDELEGATE b/artifacts/SOLOADERDELEGATE deleted file mode 100644 index c093b78..0000000 --- a/artifacts/SOLOADERDELEGATE +++ /dev/null @@ -1,38 +0,0 @@ -NAME = 'SoLoader' - -GROUP = 'com.facebook.soloader' -ARTIFACT = 'soloaderdelegate' -VERSION='0.7.0' - -DESCRIPTION = "Bridge between SoLoader and NativeLoader" -URL = 'https://github.com/facebook/soloader' - -LICENSES = [ - { - 'name' : 'Apache-2', - 'url' : 'https://github.com/facebook/soloader/blob/master/LICENSE' - } -] - -SCM = { - 'url' : 'https://github.com/facebook/soloader.git', - 'connection' : 'scm:git:https://github.com/facebook/soloader.git', - 'developerConnection' : 'scm:git:git@github.com:facebook/soloader.git', -} - - -INTERNAL_DEPENDENCIES = ("" - "" - "" - "com.facebook.soloader" - "soloader" - "0.7.0" - "compile" - "" - "" - "com.facebook.soloader" - "nativeloader" - "0.7.0" - "compile" - "" -"")