Merge "Revert "Disallow multiple build executions in parallel"" am: 43aecf67f4 am: be5c4e2391 am: 15e17224c3
am: 31b5ba3f7c
Change-Id: I2e3fe7566795b466c990f963c2c870d6d832cc75
diff --git a/cc/config/global.go b/cc/config/global.go
index 997256e..f016bc4 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -187,7 +187,7 @@
// [vendor]
// namespace.default.link.system.shared_libs
func LLndkLibraries() []string {
- return []string{"libc", "libm", "libdl", "liblog", "ld-android"}
+ return []string{"libc", "libm", "libdl", "liblog", "ld-android", "libvndksupport"}
}
func replaceFirst(slice []string, from, to string) {