Suppress obsolete API warning

We'll toggle the publish flag only when doing releases.

Issue: #5477
PiperOrigin-RevId: 233392733
This commit is contained in:
olly 2019-02-11 14:02:46 +00:00 committed by Andrew Lewis
parent 8401097ead
commit 0183678747

View File

@ -36,7 +36,7 @@ allprojects {
jcenter() jcenter()
} }
project.ext { project.ext {
exoplayerPublishEnabled = true exoplayerPublishEnabled = false
} }
if (it.hasProperty('externalBuildDir')) { if (it.hasProperty('externalBuildDir')) {
if (!new File(externalBuildDir).isAbsolute()) { if (!new File(externalBuildDir).isAbsolute()) {