Remove app res dir from daemon build script (#2677)
This commit is contained in:
parent
59fe879e61
commit
7bfdfaa3b9
|
|
@ -74,13 +74,6 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
named("main") {
|
||||
res {
|
||||
srcDir(project(":app").file("src/common/res"))
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace = "org.lsposed.daemon"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue