Revert "Add libuv dependency (#1109)"

This reverts commit 859b457c3d.
This commit is contained in:
Peter Johnson
2018-06-17 11:53:48 -07:00
parent a818c7fd47
commit 208f82d6f2
9 changed files with 0 additions and 84 deletions

View File

@@ -5,16 +5,6 @@ if (!project.hasProperty('onlyAthena')) {
ext.skipAthena = true
apply from: "${rootDir}/shared/config.gradle"
ext {
sharedUvwConfigs = [:]
staticUvwConfigs = [:]
}
sharedUvwConfigs["${pluginName}"] = []
sharedUvwConfigs["${pluginName}Dev"] = []
apply from: "${rootDir}/shared/libuv.gradle"
model {
components {
"${pluginName}"(NativeLibrarySpec) {