mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Merge pull request #2715 from canatella/out-of-tree-build
Allow out of tree builds.
This commit is contained in:
commit
d8666ac03d
1 changed files with 5 additions and 0 deletions
|
|
@ -51,6 +51,11 @@ allprojects {
|
||||||
releaseVersion = 'r2.3.1'
|
releaseVersion = 'r2.3.1'
|
||||||
releaseWebsite = 'https://github.com/google/ExoPlayer'
|
releaseWebsite = 'https://github.com/google/ExoPlayer'
|
||||||
}
|
}
|
||||||
|
if (it.hasProperty('externalBuildDir')) {
|
||||||
|
if (!new File(externalBuildDir).isAbsolute())
|
||||||
|
externalBuildDir = new File(rootDir, externalBuildDir)
|
||||||
|
buildDir = "${externalBuildDir}/${project.name}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def getBintrayRepo() {
|
def getBintrayRepo() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue