ANDROID_PROGUARD.rst 375 B

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