aboutsummaryrefslogtreecommitdiff
path: root/cc/sabi.go
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-13 07:33:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-13 07:33:17 +0000
commitb690d509c71cc09de5d478ad06d532a01bf636a1 (patch)
treecc7acdf8d786078b263a1cd7f68b5bbc03b2bc8c /cc/sabi.go
parent0a81d326546d738d988418ffc4e9d57cadeadfc5 (diff)
parente43392af4a95cc949c02b84dbfbe6eabb8a5c0b5 (diff)
downloadsoong-b690d509c71cc09de5d478ad06d532a01bf636a1.tar.gz
release-request-68cc9b2a-98ae-4fbf-8b56-3e535855f399-for-git_oc-mr1-release-4269864 snap-temp-L25700000092502312
Change-Id: Ib1fe2d734e1bc3c131e460729c3c3e7bc211e693
Diffstat (limited to 'cc/sabi.go')
-rw-r--r--cc/sabi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/sabi.go b/cc/sabi.go
index 318d19835..6f9a6e579 100644
--- a/cc/sabi.go
+++ b/cc/sabi.go
@@ -72,7 +72,7 @@ func (sabimod *sabi) flags(ctx ModuleContext, flags Flags) Flags {
func sabiDepsMutator(mctx android.TopDownMutatorContext) {
if c, ok := mctx.Module().(*Module); ok &&
- (c.isVndk() || inList(c.Name(), config.LLndkLibraries()) ||
+ (c.isVndk() || inList(c.Name(), llndkLibraries) ||
(c.sabi != nil && c.sabi.Properties.CreateSAbiDumps)) {
mctx.VisitDirectDeps(func(m blueprint.Module) {
tag := mctx.OtherModuleDependencyTag(m)