commit | 83b1296457b507078a5c70273e8e3cbfd1f71181 | [log] [tgz] |
---|---|---|
author | Sophie Zheng <sophiez@google.com> | Mon Jun 15 16:44:54 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 15 16:44:54 2020 +0000 |
tree | 5740d0e837e39faef8dacaf7f32b4154b1de703a | |
parent | 623802f2f2c66abc98dd619ae4ae540e69ce98c0 [diff] | |
parent | 148b317ab870fef4d8169cc97cbcdbc294bb9204 [diff] |
Merge "Fix build breakage b/158783867"
diff --git a/cc/ndk_library.go b/cc/ndk_library.go index d79badb..5ef9a78 100644 --- a/cc/ndk_library.go +++ b/cc/ndk_library.go
@@ -329,6 +329,7 @@ Description: "parse ndk api symbol file for api coverage: " + symbolFilePath.Rel(), Outputs: []android.WritablePath{parsedApiCoveragePath}, Input: symbolFilePath, + Implicits: []android.Path{apiLevelsJson}, Args: map[string]string{ "apiMap": apiLevelsJson.String(), },