Home
last modified time | relevance | path

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

/build/soong/android/
Dmodule.go3054 type UnsupportedOutputTagError struct { struct
3055 tag string
3058 func (u UnsupportedOutputTagError) Error() string {
3062 func (u UnsupportedOutputTagError) Is(e error) bool {