Home
last modified time | relevance | path

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

/build/soong/rust/
Dlibrary.go55 type LibraryCompilerProperties struct { struct
56 Rlib VariantLibraryProperties `android:"arch_variant"`
57 Dylib VariantLibraryProperties `android:"arch_variant"`
58 Shared VariantLibraryProperties `android:"arch_variant"`
59 Static VariantLibraryProperties `android:"arch_variant"`
63 Include_dirs []string `android:"path,arch_variant"`
66 Export_include_dirs []string `android:"path,arch_variant"`
72 Version_script *string `android:"path,arch_variant"`
78 Extra_exported_symbols *string `android:"path,arch_variant"`
81 Sysroot *bool
[all …]