Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
be9bc328
authored
May 10, 2023
by
ibaker
Committed by
Tofunmi Adigun-Hameed
May 11, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove a copybara stripping tag
#minor-release PiperOrigin-RevId: 530935437
parent
2b79dee7
Show whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
46 additions
and
46 deletions
build.gradle
common_library_config.gradle
constants.gradle
core_settings.gradle
extensions/av1/build.gradle
extensions/cast/build.gradle
extensions/cronet/build.gradle
extensions/ffmpeg/build.gradle
extensions/flac/build.gradle
extensions/ima/build.gradle
extensions/leanback/build.gradle
extensions/media2/build.gradle
extensions/mediasession/build.gradle
extensions/okhttp/build.gradle
extensions/opus/build.gradle
extensions/rtmp/build.gradle
extensions/vp9/build.gradle
extensions/workmanager/build.gradle
library/all/build.gradle
library/common/build.gradle
library/core/build.gradle
library/dash/build.gradle
library/database/build.gradle
library/datasource/build.gradle
library/decoder/build.gradle
library/effect/build.gradle
library/extractor/build.gradle
library/hls/build.gradle
library/muxer/build.gradle
library/rtsp/build.gradle
library/smoothstreaming/build.gradle
library/transformer/build.gradle
library/ui/build.gradle
missing_aar_type_workaround.gradle
playbacktests/build.gradle
robolectricutils/build.gradle
settings.gradle
testdata/build.gradle
testutils/build.gradle
build.gradle
View file @
be9bc328
common_library_config.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/constants.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/constants.gradle"
apply
plugin:
'com.android.library'
android
{
...
...
constants.gradle
View file @
be9bc328
core_settings.gradle
View file @
be9bc328
...
...
@@ -12,14 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
def
rootDir
=
file
(
"."
)
if
(!
gradle
.
ext
.
has
(
'exoplayerSettingsDir'
))
{
if
(!
gradle
.
ext
.
has
(
'exoplayerSettingsDir'
))
{
gradle
.
ext
.
exoplayerSettingsDir
=
rootDir
.
getCanonicalPath
()
}
}
def
modulePrefix
=
':'
if
(
gradle
.
ext
.
has
(
'exoplayerModulePrefix'
))
{
if
(
gradle
.
ext
.
has
(
'exoplayerModulePrefix'
))
{
modulePrefix
+=
gradle
.
ext
.
exoplayerModulePrefix
}
}
include
modulePrefix
+
'library-common'
project
(
modulePrefix
+
'library-common'
).
projectDir
=
new
File
(
rootDir
,
'library/common'
)
...
...
extensions/av1/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
defaultConfig
{
...
...
extensions/cast/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
api
'com.google.android.gms:play-services-cast-framework:21.3.0'
...
...
extensions/cronet/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
api
"com.google.android.gms:play-services-cronet:18.0.1"
...
...
extensions/ffmpeg/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
// Configure the native build only if ffmpeg is present to avoid gradle sync
// failures if ffmpeg hasn't been built according to the README instructions.
...
...
extensions/flac/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
sourceSets
{
...
...
extensions/ima/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
sourceSets
{
...
...
extensions/leanback/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
.
defaultConfig
.
minSdkVersion
17
...
...
extensions/media2/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
implementation
project
(
modulePrefix
+
'library-common'
)
...
...
extensions/mediasession/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
implementation
project
(
modulePrefix
+
'library-common'
)
...
...
extensions/okhttp/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
.
defaultConfig
.
minSdkVersion
21
...
...
extensions/opus/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
sourceSets
{
...
...
extensions/rtmp/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
implementation
project
(
modulePrefix
+
'library-common'
)
...
...
extensions/vp9/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
sourceSets
{
...
...
extensions/workmanager/build.gradle
View file @
be9bc328
...
...
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
...
...
library/all/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
api
project
(
modulePrefix
+
'library-common'
)
...
...
library/common/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
buildTypes
{
...
...
library/core/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
defaultConfig
{
...
...
library/dash/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
buildTypes
{
...
...
library/database/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
buildTypes
{
...
...
library/datasource/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
buildTypes
{
...
...
library/decoder/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
buildTypes
{
...
...
library/effect/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
defaultConfig
{
...
...
library/extractor/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
buildTypes
{
...
...
library/hls/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
buildTypes
{
...
...
library/muxer/build.gradle
View file @
be9bc328
...
...
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
defaultConfig
{
...
...
library/rtsp/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
buildTypes
{
...
...
library/smoothstreaming/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
buildTypes
{
...
...
library/transformer/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
{
defaultConfig
{
...
...
library/ui/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android
.
buildTypes
.
debug
.
testCoverageEnabled
true
...
...
missing_aar_type_workaround.gradle
View file @
be9bc328
playbacktests/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
androidTestImplementation
'androidx.test:rules:'
+
androidxTestRulesVersion
...
...
robolectricutils/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
...
...
@@ -26,10 +26,10 @@ dependencies {
ext
{
javadocTitle
=
'Robolectric utils'
}
apply
from:
'../javadoc_library.gradle'
apply
from:
'../javadoc_library.gradle'
ext
{
releaseArtifactId
=
'exoplayer-robolectricutils'
releaseDescription
=
'Robolectric utils for ExoPlayer.'
}
apply
from:
'../publish.gradle'
apply
from:
'../publish.gradle'
settings.gradle
View file @
be9bc328
...
...
@@ -11,14 +11,14 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
gradle
.
ext
.
exoplayerModulePrefix
=
''
gradle
.
ext
.
exoplayerModulePrefix
=
''
def
modulePrefix
=
':'
if
(
gradle
.
ext
.
has
(
'exoplayerModulePrefix'
))
{
if
(
gradle
.
ext
.
has
(
'exoplayerModulePrefix'
))
{
modulePrefix
+=
gradle
.
ext
.
exoplayerModulePrefix
}
}
rootProject
.
name
=
'exoplayer2'
rootProject
.
name
=
'exoplayer2'
include
modulePrefix
+
'demo'
project
(
modulePrefix
+
'demo'
).
projectDir
=
new
File
(
rootDir
,
'demos/main'
)
...
...
testdata/build.gradle
View file @
be9bc328
...
...
@@ -11,5 +11,5 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
testutils/build.gradle
View file @
be9bc328
...
...
@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
api
'org.mockito:mockito-core:'
+
mockitoVersion
...
...
@@ -33,10 +33,10 @@ dependencies {
ext
{
javadocTitle
=
'Test utils'
}
apply
from:
'../javadoc_library.gradle'
apply
from:
'../javadoc_library.gradle'
ext
{
releaseArtifactId
=
'exoplayer-testutils'
releaseDescription
=
'Test utils for ExoPlayer.'
}
apply
from:
'../publish.gradle'
apply
from:
'../publish.gradle'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment