Disable bazel for riscv_64
This product is experimental and unsupported for Bazel at this time Test: lunch aosp_riscv64-userdebug && m nothing Test: lunch aosp_arm64-userdebug && m nothing Change-Id: I761afb9524f1008f9d5472d2de19bb84342e9e29
This commit is contained in:
@@ -383,6 +383,9 @@ func MixedBuildsEnabled(ctx BaseModuleContext) bool {
|
||||
// mixedBuildPossible returns true if a module is ready to be replaced by a
|
||||
// converted or handcrafted Bazel target.
|
||||
func mixedBuildPossible(ctx BaseModuleContext) bool {
|
||||
if !ctx.Config().IsMixedBuildsEnabled() {
|
||||
return false
|
||||
}
|
||||
if ctx.Os() == Windows {
|
||||
// Windows toolchains are not currently supported.
|
||||
return false
|
||||
|
Reference in New Issue
Block a user