File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,12 +119,12 @@ public void BuildBasicApplicationReleaseProfiledAotWithoutDefaultProfile ()
119119 public void BuildAotApplicationWithSpecialCharactersInProject ( string testName , bool aot )
120120 {
121121 var rootPath = Path . Combine ( Root , "temp" , TestName ) ;
122- var proj = new XamarinFormsAndroidApplicationProject ( ) {
122+ var proj = new XamarinAndroidApplicationProject ( ) {
123123 ProjectName = testName ,
124124 IsRelease = true ,
125125 AotAssemblies = aot ,
126126 } ;
127- proj . SetAndroidSupportedAbis ( "armeabi-v7a" , "x86" , "x86_64" ) ;
127+ proj . SetAndroidSupportedAbis ( "armeabi-v7a" , "arm64-v8a" , "x86" , "x86_64" ) ;
128128 using ( var builder = CreateApkBuilder ( Path . Combine ( rootPath , proj . ProjectName ) ) ) {
129129 Assert . IsTrue ( builder . Build ( proj ) , "Build should have succeeded." ) ;
130130 }
You can’t perform that action at this time.
0 commit comments