Home
last modified time | relevance | path

Searched defs:configKey (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dbazel_handler.go52 type configKey struct { struct
53 arch string
54 osType OsType
61 configKey configKey member
81 GetOutputFiles(label string, cfgKey configKey) ([]string, bool)
85 GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, bool, error)
88 GetPythonBinary(label string, cfgKey configKey) (string, bool)