android: enable verbose output for CMake running from Gradle
This commit is contained in:
parent
ec8b4c0a84
commit
a129f13e25
1 changed files with 4 additions and 1 deletions
|
@ -21,3 +21,6 @@ kotlin.code.style=official
|
||||||
# resources declared in the library itself and none from the library's dependencies,
|
# resources declared in the library itself and none from the library's dependencies,
|
||||||
# thereby reducing the size of the R class for that library
|
# thereby reducing the size of the R class for that library
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
|
|
||||||
|
# Enable verbose output for CMake
|
||||||
|
android.native.buildOutput=verbose
|
||||||
|
|
Loading…
Add table
Reference in a new issue