Home
last modified time | relevance | path

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

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