File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/Android.Interop/Tests Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 122122 </AndroidJavaLibrary >
123123 </ItemGroup >
124124 <ItemGroup >
125- <AndroidNativeLibrary Include =" libs\armeabi\libNativeTiming.so" />
126125 <AndroidNativeLibrary Include =" libs\armeabi-v7a\libNativeTiming.so" />
127126 <AndroidNativeLibrary Include =" libs\x86\libNativeTiming.so" />
128127 </ItemGroup >
136135 </PropertyGroup >
137136 <Exec Command =" " $(_AndroidPlatformToolsDirectory)adb" $(AdbTarget) $(AdbOptions) shell am instrument -w $(_TestSuite) $(_AndroidPackage)/com.xamarin.javainterop.TestInstrumentation" />
138137 </Target >
139- </Project >
138+ </Project >
Original file line number Diff line number Diff line change 11# Build both ARMv5TE and ARMv7-A machine code.
2- APP_ABI := arm64-v8a armeabi armeabi -v7a x86 x86_64
2+ APP_ABI := arm64-v8a armeabi-v7a x86 x86_64
You can’t perform that action at this time.
0 commit comments