Home
last modified time | relevance | path

Searched refs:NewRustProtobuf (Results 1 – 1 of 1) sorted by relevance

/aosp12/build/soong/rust/
H A Dprotobuf.go219 module, _ := NewRustProtobuf(android.HostAndDeviceSupported)
225 module, _ := NewRustProtobuf(android.HostSupported)
229 func NewRustProtobuf(hod android.HostOrDeviceSupported) (*Module, *protobufDecorator) { func