Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/aidl/build/
Dproperties.go43 type ccProperties struct { struct
44 Name *string
45 Enabled proptools.Configurable[bool]
46 Owner *string
47 Defaults []string
48 Double_loadable *bool
49 Vendor_available *bool
50 Odm_available *bool
51 Product_available *bool
52 Recovery_available *bool
[all …]
/aosp_15_r20/system/tools/hidl/build/
Dproperties.go27 type ccProperties struct { struct
28 Name *string
29 Owner *string
30 Defaults []string
31 Host_supported *bool
32 Vendor_available *bool
33 Odm_available *bool
34 Product_available *bool
35 Recovery_available *bool
36 Generated_sources []string
[all …]