Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/build/
H A Dhidl_interface.go143 } else if t, ok := m.(*prebuiltHidlInterface); ok {
459 type prebuiltHidlInterface struct { struct
465 func (p *prebuiltHidlInterface) GenerateAndroidBuildActions(ctx android.ModuleContext) {}
467 func (p *prebuiltHidlInterface) DepsMutator(ctx android.BottomUpMutatorContext) {
472 i := &prebuiltHidlInterface{}