Merge "clean up CL for androidmk variables"

This commit is contained in:
Sam Delmerico
2023-02-02 14:11:12 +00:00
committed by Gerrit Code Review
8 changed files with 143 additions and 57 deletions

View File

@@ -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