Add libuv dependency (#1109)

This commit is contained in:
Thad House
2018-05-27 22:56:58 -07:00
committed by Peter Johnson
parent 8958c4eabd
commit 859b457c3d
9 changed files with 84 additions and 0 deletions

View File

@@ -5,6 +5,16 @@ 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) {