mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Disable publishing block when media3 included in another build.
From https://github.com/androidx/media/pull/127/files PiperOrigin-RevId: 485921271 (cherry picked from commit 36a51ac9163fdea5e85e1308a7acd0b945918992)
This commit is contained in:
parent
b949b6b5f3
commit
cc9823d96b
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user