Remove protobuf and buildconfig generated source directories

This partially reverts 26999c863, which does not seem to be needed
anymore, and breaks the build as of c7f236790 when multiple build
flavors are built without cleaning the build directory.
This commit is contained in:
José Rebelo
2025-04-17 23:25:04 +01:00
parent 54961bbf25
commit 91b9331de3
-2
View File
@@ -131,8 +131,6 @@ android {
sourceSets {
main {
res.srcDirs += "build/generated/res/changelog"
java.srcDirs += "${protobuf.generatedFilesBaseDir}"
java.srcDirs += "build/generated/source/buildConfig"
}
}