Remove app res dir from daemon build script (#2677)

This commit is contained in:
Howard Wu 2023-08-10 10:28:45 +08:00 committed by GitHub
parent 59fe879e61
commit 7bfdfaa3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -74,13 +74,6 @@ android {
}
}
sourceSets {
named("main") {
res {
srcDir(project(":app").file("src/common/res"))
}
}
}
namespace = "org.lsposed.daemon"
}