mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Remove protobuf and buildconfig generated source directories
This partially reverts26999c863, which does not seem to be needed anymore, and breaks the build as ofc7f236790when multiple build flavors are built without cleaning the build directory.
This commit is contained in:
@@ -131,8 +131,6 @@ android {
|
||||
sourceSets {
|
||||
main {
|
||||
res.srcDirs += "build/generated/res/changelog"
|
||||
java.srcDirs += "${protobuf.generatedFilesBaseDir}"
|
||||
java.srcDirs += "build/generated/source/buildConfig"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user