1ANDROID_PROGUARD_CONFIG_PATH 2---------------------------- 3 4.. versionadded:: 3.4 5 6Set the Android property that specifies the location of the ProGuard 7config file. Leave empty to use the default one. 8This a string property that contains the path to ProGuard config file. 9This property is initialized by the value of the 10:variable:`CMAKE_ANDROID_PROGUARD_CONFIG_PATH` variable if it is set 11when a target is created. 12