Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/sdk/
H A Dsdk_test.go182 type testPropertiesStruct struct { struct
183 name string
184 private string
185 Public_Ignore string `sdk:"ignore"`
186 Public_Keep string `sdk:"keep"`
187 S_Common string
188 S_Different string `android:"arch_variant"`
189 A_Common []string
190 A_Different []string `android:"arch_variant"`
191 F_Common *bool
[all …]