aboutsummaryrefslogtreecommitdiffstats
path: root/cc/library.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/library.go')
-rw-r--r--cc/library.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/library.go b/cc/library.go
index 4e3e2b39..4a173a5d 100644
--- a/cc/library.go
+++ b/cc/library.go
@@ -21,7 +21,6 @@ import (
"github.com/google/blueprint/pathtools"
"android/soong/android"
- "android/soong/cc/config"
)
type LibraryProperties struct {
@@ -621,7 +620,7 @@ func (library *libraryDecorator) linkSAbiDumpFiles(ctx ModuleContext, objs Objec
}
func vndkVsNdk(ctx ModuleContext) bool {
- if inList(ctx.baseModuleName(), config.LLndkLibraries()) {
+ if inList(ctx.baseModuleName(), llndkLibraries) {
return false
}
return true