You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If [code]true[/code], native libraries are compressed when performing a Gradle build.
57
-
[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.
3576
3569
cmdline.push_back("-Pperform_zipalign=" + zipalign_flag); // argument to specify whether the build should be zipaligned.
3577
3570
cmdline.push_back("-Pperform_signing=" + sign_flag); // argument to specify whether the build should be signed.
3578
-
cmdline.push_back("-Pcompress_native_libraries=" + compress_native_libraries_flag); // argument to specify whether the build should compress native libraries.
3579
3571
3580
3572
// NOTE: The release keystore is not included in the verbose logging
3581
3573
// to avoid accidentally leaking sensitive information when sharing verbose logs for troubleshooting.
0 commit comments