Merge "Remove unused constants for cquery requests"
This commit is contained in:
commit
06a466256d
|
@ -34,13 +34,6 @@ import (
|
||||||
"android/soong/shared"
|
"android/soong/shared"
|
||||||
)
|
)
|
||||||
|
|
||||||
type CqueryRequestType int
|
|
||||||
|
|
||||||
const (
|
|
||||||
getAllFiles CqueryRequestType = iota
|
|
||||||
getAllFilesAndCcObjectFiles
|
|
||||||
)
|
|
||||||
|
|
||||||
// Map key to describe bazel cquery requests.
|
// Map key to describe bazel cquery requests.
|
||||||
type cqueryKey struct {
|
type cqueryKey struct {
|
||||||
label string
|
label string
|
||||||
|
|
Loading…
Reference in New Issue