Disable publishing block when media3 included in another build.

From https://github.com/androidx/media/pull/127/files

PiperOrigin-RevId: 485921271
This commit is contained in:
yschimke 2022-11-03 18:08:03 +00:00 committed by microkatz
parent bd4e58d68b
commit 36a51ac916

View file

@ -18,6 +18,8 @@ if (gradle.ext.has('exoplayerModulePrefix')) {
modulePrefix += gradle.ext.exoplayerModulePrefix
}
rootProject.name = 'media3'
include modulePrefix + 'demo'
project(modulePrefix + 'demo').projectDir = new File(rootDir, 'demos/main')
include modulePrefix + 'demo-cast'