ANDROID_PROGUARD_CONFIG_PATH.rst 415 B

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