Loading cc/stl.go +1 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,7 @@ func (stl *stl) begin(ctx BaseModuleContext) { return "" } s = deduplicateStlInput(s) archHasNDKStl := ctx.Arch().ArchType != android.Riscv64 if ctx.useSdk() && ctx.Device() && archHasNDKStl { if ctx.useSdk() && ctx.Device() { switch s { case "", "system": return "ndk_system" Loading Loading
cc/stl.go +1 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,7 @@ func (stl *stl) begin(ctx BaseModuleContext) { return "" } s = deduplicateStlInput(s) archHasNDKStl := ctx.Arch().ArchType != android.Riscv64 if ctx.useSdk() && ctx.Device() && archHasNDKStl { if ctx.useSdk() && ctx.Device() { switch s { case "", "system": return "ndk_system" Loading