aboutsummaryrefslogtreecommitdiff
path: root/cc/library_headers.go
diff options
context:
space:
mode:
authorSam Delmerico <delmerico@google.com>2023-01-27 16:01:37 -0500
committerSam Delmerico <delmerico@google.com>2023-01-27 16:01:37 -0500
commit5fb794ae3714e090cf1455ab17833aeb5af780c6 (patch)
tree81120181f86df4f1641c1c29e9d5e81d8bfac128 /cc/library_headers.go
parent4e115cc90de936fd68ce162c847370df5fb5021c (diff)
downloadsoong-5fb794ae3714e090cf1455ab17833aeb5af780c6.tar.gz
clean up CL for androidmk variables
Change-Id: If14d1925bea78f467740f8395f1d529db00b618c
Diffstat (limited to 'cc/library_headers.go')
-rw-r--r--cc/library_headers.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/library_headers.go b/cc/library_headers.go
index 4d38068fd..aea3fe676 100644
--- a/cc/library_headers.go
+++ b/cc/library_headers.go
@@ -88,6 +88,8 @@ func (h *libraryHeaderBazelHandler) ProcessBazelQueryResponse(ctx android.Module
// validation will fail. For now, set this to an empty list.
// TODO(cparsons): More closely mirror the collectHeadersForSnapshot implementation.
h.library.collectedSnapshotHeaders = android.Paths{}
+
+ h.module.setAndroidMkVariablesFromCquery(ccInfo.CcAndroidMkInfo)
}
// cc_library_headers contains a set of c/c++ headers which are imported by