fix(android): 更新package‑stringfog.gradle路径,适配项目目录迁移
This commit is contained in:
parent
affd130e5b
commit
4760a1a5e4
|
|
@ -286,7 +286,7 @@ subprojects { subproject ->
|
||||||
// telescope-app 对 library 子模块启用了 package-local StringFog,
|
// telescope-app 对 library 子模块启用了 package-local StringFog,
|
||||||
// 因为 Yarn workspace 符号链接导致所有 App 共享同一个 build/ 目录,
|
// 因为 Yarn workspace 符号链接导致所有 App 共享同一个 build/ 目录,
|
||||||
// 若此处不同步应用,telescope-app 构建留下的 StringFog 产物会在本 App 构建时引发 class 冲突。
|
// 若此处不同步应用,telescope-app 构建留下的 StringFog 产物会在本 App 构建时引发 class 冲突。
|
||||||
def packageStringFogHelper = rootProject.file("../../build-gradle/identity/package-stringfog.gradle")
|
def packageStringFogHelper = rootProject.file("../../../packages/build-gradle/identity/package-stringfog.gradle")
|
||||||
if (packageStringFogHelper.exists()) {
|
if (packageStringFogHelper.exists()) {
|
||||||
subproject.apply from: packageStringFogHelper
|
subproject.apply from: packageStringFogHelper
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue