Skip to content

Commit 5a75996

Browse files
authored
Merge pull request #29320 from compnerd/android-is-simple
build-script: android does not do multi-arch builds
2 parents b11977a + 9e9d3fd commit 5a75996

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/build-script-impl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,9 +1244,6 @@ function common_cross_c_flags() {
12441244
watchos-*)
12451245
echo -n " -arch ${arch} -mwatchos-version-min=${DARWIN_DEPLOYMENT_VERSION_WATCHOS}"
12461246
;;
1247-
android-*)
1248-
echo -n " -arch ${arch}"
1249-
;;
12501247
esac
12511248

12521249
local build_type=$2

0 commit comments

Comments
 (0)