mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
d29347b9f0
# Objective `libc++_shared.so` is no longer needed after #20323 ## Solution Remove unused `dummy.cpp` and cmake in Android examples. ## Testing Run: ```sh cargo ndk -P 26 -t arm64-v8a build -o examples/mobile/android_example/app/src/main/jniLibs -p bevy_mobile_example cd examples/mobile/android_example ./gradlew assembleDebug adb install -r ./app/build/outputs/apk/debug/app-debug.apk ```