diff --git a/examples/mobile/Cargo.toml b/examples/mobile/Cargo.toml index 8101ca0da6..02c7d3f8a3 100644 --- a/examples/mobile/Cargo.toml +++ b/examples/mobile/Cargo.toml @@ -18,6 +18,8 @@ package = "org.bevyengine.example" apk_name = "bevyexample" assets = "../../assets" resources = "../../assets/android-res" +# This strips debug symbols from the shared libraries, drastically reducing APK size. If you need them, remove the option. +strip = "strip" build_targets = ["aarch64-linux-android", "armv7-linux-androideabi"] [package.metadata.android.sdk]