mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Convert rootDir to string to fix a gradle sync issue
This commit is contained in:
parent
391f9b923e
commit
8d8233c330
@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
def rootDir = gradle.ext.exoplayerRoot
|
||||
if (!gradle.ext.has('exoplayerSettingsDir')) {
|
||||
gradle.ext.exoplayerSettingsDir = new File(rootDir).getCanonicalPath()
|
||||
gradle.ext.exoplayerSettingsDir = new File(rootDir.toString()).getCanonicalPath()
|
||||
}
|
||||
def modulePrefix = ':'
|
||||
if (gradle.ext.has('exoplayerModulePrefix')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user