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
|
@ -20,4 +20,7 @@ kotlin.code.style=official
|
|||
# Enables namespacing of each library's R class so that its R class includes only the
|
||||
# resources declared in the library itself and none from the library's dependencies,
|
||||
# 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