Sign in
android
/
platform
/
build
/
soong
/
4eec025aa0
/
.
/
android
/
module_proxy.go
blob: c442e08f34d2b4c6dc17c8d6363268173e4b4b29 [
file
] [
log
] [
blame
]
package android
import (
"github.com/google/blueprint"
)
type ModuleProxy struct {
blueprint.ModuleProxy
}
type ModuleOrProxy interface {
blueprint.ModuleOrProxy
}