mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
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:
parent
bd4e58d68b
commit
36a51ac916
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue