Merge pull request #7595 from changxiangzhong:fix-compilation

PiperOrigin-RevId: 319954774
This commit is contained in:
kim-vde 2020-07-08 13:55:11 +01:00
commit 6bacb78caf

View File

@ -13,7 +13,8 @@
// 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')) {