Merge pull request #7595 from changxiangzhong:fix-compilation
PiperOrigin-RevId: 319954774
This commit is contained in:
commit
6bacb78caf
@ -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')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user