mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Merge pull request #7595 from changxiangzhong:fix-compilation
PiperOrigin-RevId: 319954774
This commit is contained in:
commit
6bacb78caf
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue