Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 256c6c92 authored by Jingwen Chen's avatar Jingwen Chen Committed by Automerger Merge Worker
Browse files

Set the default --platforms value to android_arm. am: 6333b0e4 am:...

Set the default --platforms value to android_arm. am: 6333b0e4 am: 46afe479 am: adee405c am: 961647af

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1713488

Change-Id: I44a5ced77358e193a7aa013e56004846dcf9fde5
parents bf59212a 961647af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ func (r *builtinBazelRunner) issueBazelCommand(paths *bazelPaths, runName bazel.
	// The actual platform values here may be overridden by configuration
	// transitions from the buildroot.
	cmdFlags = append(cmdFlags,
		fmt.Sprintf("--platforms=%s", "//build/bazel/platforms:android_x86_64"))
		fmt.Sprintf("--platforms=%s", "//build/bazel/platforms:android_arm"))
	cmdFlags = append(cmdFlags,
		fmt.Sprintf("--extra_toolchains=%s", "//prebuilts/clang/host/linux-x86:all"))
	// This should be parameterized on the host OS, but let's restrict to linux