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
6bacb78c
authored
Jul 08, 2020
by
kim-vde
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #7595 from changxiangzhong:fix-compilation
PiperOrigin-RevId: 319954774
parents
b259476a
8d8233c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
core_settings.gradle
core_settings.gradle
View file @
6bacb78c
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
// limitations under the License.
// limitations under the License.
def
rootDir
=
gradle
.
ext
.
exoplayerRoot
def
rootDir
=
gradle
.
ext
.
exoplayerRoot
if
(!
gradle
.
ext
.
has
(
'exoplayerSettingsDir'
))
{
if
(!
gradle
.
ext
.
has
(
'exoplayerSettingsDir'
))
{
gradle
.
ext
.
exoplayerSettingsDir
=
new
File
(
rootDir
).
getCanonicalPath
()
gradle
.
ext
.
exoplayerSettingsDir
=
new
File
(
rootDir
.
toString
()).
getCanonicalPath
()
}
}
def
modulePrefix
=
':'
def
modulePrefix
=
':'
if
(
gradle
.
ext
.
has
(
'exoplayerModulePrefix'
))
{
if
(
gradle
.
ext
.
has
(
'exoplayerModulePrefix'
))
{
...
...
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