mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Update the source sets configuration for the app and lib modules to match the default configuration
Both the `app` and `lib` modules had custom source sets configuration originating from the early days of the project. This updates the configuration to match the default Android Studio configuration which will simplify the addition of unit tests and instrumented tests to the project. Note that for backcompat reasons, some folders (such as the `res` folder in the `app` module) are left as is.
This commit is contained in:
parent
084d5d407e
commit
5277c94fe4
151 changed files with 28 additions and 45 deletions
|
|
@ -60,7 +60,7 @@ skip = [
|
|||
"core/string/locales.h",
|
||||
"DONORS.md",
|
||||
"editor/project_converter_3_to_4.cpp",
|
||||
"platform/android/java/lib/src/com/*",
|
||||
"platform/android/java/lib/src/main/java/com/*",
|
||||
"platform/web/package-lock.json",
|
||||
]
|
||||
ignore-words-list = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue