summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/ANDROID_PROGUARD.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-15 13:05:49 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-15 13:05:49 (GMT)
commit5bd01a4b695e68efb5e6c91fb726d160ef911aec (patch)
treec2351eede061f454fd74951e176102c46bd82174 /Help/prop_tgt/ANDROID_PROGUARD.rst
parent27373f550e13b032803873348057b0e80b0c0086 (diff)
parent8c0afaf45098dccaee51b50b40593ffb67c3e42a (diff)
downloadCMake-5bd01a4b695e68efb5e6c91fb726d160ef911aec.zip
CMake-5bd01a4b695e68efb5e6c91fb726d160ef911aec.tar.gz
CMake-5bd01a4b695e68efb5e6c91fb726d160ef911aec.tar.bz2
Merge topic 'vs-nsight-tegra-attributes'
8c0afaf4 VS: Add more Nsight Tegra generator Android property settings
Diffstat (limited to 'Help/prop_tgt/ANDROID_PROGUARD.rst')
-rw-r--r--Help/prop_tgt/ANDROID_PROGUARD.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/prop_tgt/ANDROID_PROGUARD.rst b/Help/prop_tgt/ANDROID_PROGUARD.rst
new file mode 100644
index 0000000..dafc51e
--- /dev/null
+++ b/Help/prop_tgt/ANDROID_PROGUARD.rst
@@ -0,0 +1,9 @@
+ANDROID_PROGUARD
+----------------
+
+When this property is set to true that enables the ProGuard tool to shrink,
+optimize, and obfuscate the code by removing unused code and renaming
+classes, fields, and methods with semantically obscure names.
+This property is initialized by the value of the
+:variable:`CMAKE_ANDROID_PROGUARD` variable if it is set
+when a target is created.