commit | 62b9cf952ce3270add4f0e63d8181dfe2bc2b498 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Feb 06 18:40:16 2019 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Feb 06 18:41:27 2019 -0800 |
tree | ef82f9b2aac97cbc3beb5e073b3e187754e568df | |
parent | 155d17c1da6da9cde02cd2850b4a85aba322684c [diff] |
Update NDK library list Apparently this isn't autogenerated based on the list of ndk_library modules? Fixes: 124019854 Test: try to use libsync from a cc_library with sdk_version: "current" Change-Id: I5016e1b7d77ed9255bf4b185c168efe8d0b73d12
diff --git a/cc/ndk_library.go b/cc/ndk_library.go index 1b09f88..3ae4452 100644 --- a/cc/ndk_library.go +++ b/cc/ndk_library.go
@@ -53,6 +53,7 @@ "OpenMAXAL", "OpenSLES", "stdc++", + "sync", "vulkan", "z", }