commit | d704f6ad695fdd155afeae01f9ad108dccc0b109 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Nov 03 19:29:13 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 03 19:29:13 2022 +0000 |
tree | 91ff378f67a0f86fb13031292b8880ab62d4fc3a | |
parent | 38e14242fef2839228dcf4596aad0f2a41a4f01a [diff] | |
parent | 73d3245e30798ab08dde57b0dc2d58e11aaeb26e [diff] |
Merge "Fix error handling"
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 {