commit | 5ed292ade1514dbc43c38e243f2f7ac210202224 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Nov 03 22:01:12 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 03 22:01:12 2022 +0000 |
tree | 612d6b56588cc615a850ebe900948cdca2d806ed | |
parent | d704f6ad695fdd155afeae01f9ad108dccc0b109 [diff] | |
parent | bbebe7f5a40c456cdaec02590afa90ef490fea02 [diff] |
Merge "Remove deprecated experimental-new-pass-manager flag."
diff --git a/cc/ndk_library.go b/cc/ndk_library.go index 49a919e..d704e32 100644 --- a/cc/ndk_library.go +++ b/cc/ndk_library.go
@@ -307,6 +307,7 @@ impl, ok := dep.(*Module) if !ok { ctx.ModuleErrorf("Implementation for stub is not correct module type") + return nil } output := impl.UnstrippedOutputFile() if output == nil {