Skip to content

Commit b3bb4c1

Browse files
committed
Remove abi from GMD config.
1 parent fcb0fb7 commit b3bb4c1

File tree

19 files changed

+2
-19
lines changed

19 files changed

+2
-19
lines changed

integration/ServiceTestRuleSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ android {
2828
// The androidx.test screenshot APIs will automatically enable hardware rendering
2929
// to take a screenshot
3030
systemImageSource = "aosp-atd"
31-
abi = "x86"
3231
}
3332
}
3433
}

runner/AndroidJunitRunnerSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ android {
3232
// The androidx.test screenshot APIs will automatically enable hardware rendering
3333
// to take a screenshot
3434
systemImageSource = "aosp-atd"
35-
abi = "x86"
3635
}
3736
}
3837
}

runner/AndroidTestOrchestratorSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ android {
3434
// The androidx.test screenshot APIs will automatically enable hardware rendering
3535
// to take a screenshot
3636
systemImageSource = "aosp-atd"
37-
abi = "x86"
3837
}
3938
}
4039
}

ui/espresso/AccessibilitySample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ android {
3333
// The androidx.test screenshot APIs will automatically enable hardware rendering
3434
// to take a screenshot
3535
systemImageSource = "aosp-atd"
36-
abi = "x86"
3736
}
3837
}
3938
}

ui/espresso/BasicSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ android {
3535
// The androidx.test screenshot APIs will automatically enable hardware rendering
3636
// to take a screenshot
3737
systemImageSource = "aosp-atd"
38-
abi = "x86"
3938
}
4039
}
4140
}

ui/espresso/CustomMatcherSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ android {
4646
// The androidx.test screenshot APIs will automatically enable hardware rendering
4747
// to take a screenshot
4848
systemImageSource = "aosp-atd"
49-
abi = "x86"
5049
}
5150
}
5251
}

ui/espresso/DataAdapterSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ android {
2828
// The androidx.test screenshot APIs will automatically enable hardware rendering
2929
// to take a screenshot
3030
systemImageSource = "aosp-atd"
31-
abi = "x86"
3231
}
3332
}
3433
}

ui/espresso/FragmentScenarioSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ android {
4343
// The androidx.test screenshot APIs will automatically enable hardware rendering
4444
// to take a screenshot
4545
systemImageSource = "aosp-atd"
46-
abi = "x86"
4746
}
4847
}
4948
}

ui/espresso/IdlingResourceSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ android {
4646
// The androidx.test screenshot APIs will automatically enable hardware rendering
4747
// to take a screenshot
4848
systemImageSource = "aosp-atd"
49-
abi = "x86"
5049
}
5150
}
5251
}

ui/espresso/IntentsAdvancedSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ android {
3131
// The androidx.test screenshot APIs will automatically enable hardware rendering
3232
// to take a screenshot
3333
systemImageSource = "aosp-atd"
34-
abi = "x86"
3534
}
3635
}
3736
}

0 commit comments

Comments
 (0)