1ANDROID_PROGUARD 2---------------- 3 4.. versionadded:: 3.4 5 6When this property is set to true that enables the ProGuard tool to shrink, 7optimize, and obfuscate the code by removing unused code and renaming 8classes, fields, and methods with semantically obscure names. 9This property is initialized by the value of the 10:variable:`CMAKE_ANDROID_PROGUARD` variable if it is set 11when a target is created. 12