Commit 73d9b2d2 by aquilescanta Committed by Andrew Lewis

Hide ExoCastPlayer components again

This CL is effectively a rollback of cr/233072247.

PiperOrigin-RevId: 233793032
parent 5c2aa4bd
Showing with 0 additions and 9 deletions
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
### dev-v2 (not yet released) ### ### dev-v2 (not yet released) ###
* Add `ExoCastPlayer` to cast to custom receiver apps using ExoPlayer's custom
communication protocol
([#5486](https://github.com/google/ExoPlayer/issues/5486)). Also update the
Cast demo app to work with `ExoCastPlayer`.
* HLS: * HLS:
* Form an adaptive track group out of audio renditions with matching name. * Form an adaptive track group out of audio renditions with matching name.
* DASH: * DASH:
......
...@@ -51,11 +51,6 @@ android { ...@@ -51,11 +51,6 @@ android {
flavorDimensions "receiver" flavorDimensions "receiver"
productFlavors { productFlavors {
exoCast {
dimension "receiver"
manifestPlaceholders =
[castOptionsProvider: "com.google.android.exoplayer2.ext.cast.ExoCastOptionsProvider"]
}
defaultCast { defaultCast {
dimension "receiver" dimension "receiver"
manifestPlaceholders = manifestPlaceholders =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment