Home
last modified time | relevance | path

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

/system/tools/hidl/build/
Dproperties.go50 type javaProperties struct { struct
Dhidl_interface.go731 commonJavaProperties := javaProperties{
746 mctx.CreateModule(java.LibraryFactory, &javaProperties{
750 mctx.CreateModule(java.LibraryFactory, &javaProperties{
767 mctx.CreateModule(java.LibraryFactory, &javaProperties{
/system/tools/aidl/build/
Dproperties.go66 type javaProperties struct { struct
Daidl_interface_backends.go254 ModuleProperties: []interface{}{&javaProperties{
438 if p, ok := g.properties.ModuleProperties[0].(*javaProperties); ok {