Home
last modified time | relevance | path

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

/aosp12/build/soong/sdk/
H A Dsdk_test.go329 type testPropertiesStruct struct { struct
330 name string
331 private string
332 Public_Kept string `sdk:"keep"`
333 S_Common string
334 S_Different string `android:"arch_variant"`
335 A_Common []string
336 A_Different []string `android:"arch_variant"`
337 F_Common *bool
338 F_Different *bool `android:"arch_variant"`
[all …]