mirror of
https://github.com/androidx/media.git
synced 2025-05-14 11:09:53 +08:00
Merge pull request #2715 from canatella/out-of-tree-build
Allow out of tree builds.
This commit is contained in:
commit
d8666ac03d
@ -51,6 +51,11 @@ allprojects {
|
||||
releaseVersion = 'r2.3.1'
|
||||
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user