Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Dproperties.go28 type ccProperties struct { struct
29 Name *string
30 Owner *string
31 Defaults []string
32 Vendor_available *bool
33 Generated_sources []string
34 Generated_headers []string
35 Shared sharedLib
36 Static staticLib
37 Static_libs []string
[all …]
/system/tools/hidl/build/
Dproperties.go27 type ccProperties struct { struct
28 Name *string
29 Owner *string
30 Defaults []string
31 Vendor_available *bool
32 Recovery_available *bool
33 Generated_sources []string
34 Generated_headers []string
35 Group_static_libs *bool
36 Shared_libs []string
[all …]