android: enable verbose output for CMake running from Gradle

This commit is contained in:
Alibek Omarov 2025-02-25 06:46:29 +03:00
parent ec8b4c0a84
commit a129f13e25

View file

@ -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