File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 NDK_HOME="$ANDROID_HOME/ndk/29.0.14206865"
5252 CMAKE_BIN="$ANDROID_HOME/cmake/3.22.1/bin/cmake"
5353
54- for ABI in arm64-v8a armeabi-v7a x86 ; do
54+ for ABI in arm64-v8a armeabi-v7a; do
5555 echo "::group::Building osu_native for $ABI"
5656 "$CMAKE_BIN" -B "build-native/$ABI" -S osu.Android/Native \
5757 -DCMAKE_TOOLCHAIN_FILE="$NDK_HOME/build/cmake/android.toolchain.cmake" \
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <SupportedOSPlatformVersion >33.0</SupportedOSPlatformVersion >
4- <RuntimeIdentifiers >android-x86;android- arm;android-arm64</RuntimeIdentifiers >
4+ <RuntimeIdentifiers >android-arm;android-arm64</RuntimeIdentifiers >
55 <AndroidPackageFormat >apk</AndroidPackageFormat >
66 <MandroidI18n >CJK;West;</MandroidI18n >
77 <AndroidHttpClientHandlerType >Xamarin.Android.Net.AndroidMessageHandler</AndroidHttpClientHandlerType >
3333 </PropertyGroup >
3434
3535 <ItemGroup Condition =" '$(Configuration)' == 'Release'" >
36- <TrimmerRootAssembly Include =" Microsoft.CSharp" />
36+ <TrimmerRootAssembly Include =" Microsoft.CSharp" RootMode = " all " />
3737 </ItemGroup >
3838
3939 <ItemGroup >
Original file line number Diff line number Diff line change 3131 <ItemGroup >
3232 <AndroidNativeLibrary Include =" libs\arm64-v8a\libosu_native.so" Condition =" Exists('libs\arm64-v8a\libosu_native.so')" Abi =" arm64-v8a" />
3333 <AndroidNativeLibrary Include =" libs\armeabi-v7a\libosu_native.so" Condition =" Exists('libs\armeabi-v7a\libosu_native.so')" Abi =" armeabi-v7a" />
34- <AndroidNativeLibrary Include =" libs\x86\libosu_native.so" Condition =" Exists('libs\x86\libosu_native.so')" Abi =" x86" />
3534 </ItemGroup >
3635</Project >
You can’t perform that action at this time.
0 commit comments