If [code]true[/code], native libraries are compressed when performing a Gradle build.
[b]Note:[/b] Although your binary may be smaller, your application may load slower because the native libraries are not loaded directly from the binary at runtime.
cmdline.push_back("-Pplugins_maven_repos="+combined_android_dependencies_maven_repos);// argument to specify the list of maven repos for android dependencies provided by plugins.
cmdline.push_back("-Pplugins_maven_repos="+combined_android_dependencies_maven_repos);// argument to specify the list of maven repos for android dependencies provided by plugins.
cmdline.push_back("-Pperform_zipalign="+zipalign_flag);// argument to specify whether the build should be zipaligned.
cmdline.push_back("-Pperform_zipalign="+zipalign_flag);// argument to specify whether the build should be zipaligned.
cmdline.push_back("-Pperform_signing="+sign_flag);// argument to specify whether the build should be signed.
cmdline.push_back("-Pperform_signing="+sign_flag);// argument to specify whether the build should be signed.
cmdline.push_back("-Pcompress_native_libraries="+compress_native_libraries_flag);// argument to specify whether the build should compress native libraries.
// NOTE: The release keystore is not included in the verbose logging
// NOTE: The release keystore is not included in the verbose logging
// to avoid accidentally leaking sensitive information when sharing verbose logs for troubleshooting.
// to avoid accidentally leaking sensitive information when sharing verbose logs for troubleshooting.