I would put them into the root directory. For additional things that one would run manually, e.g. code generation or validation, I use ./tools.
./build in my mind is where intermediate build artifacts go because that's what Android Studio does.
Top-level
I would put them into the root directory. For additional things that one would run manually, e.g. code generation or validation, I use ./tools. ./build in my mind is where intermediate build artifacts go because that's what Android Studio does. No comments
|