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

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