Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dinstaller.go25 type InstallerProperties struct { struct
27 Relative_install_path *string `android:"arch_variant"`
31 Install_in_root *bool `android:"arch_variant"`
34 Install_in_xbin *bool `android:"arch_variant"`
H A Dtest.go192 InstallerProperties TestInstallerProperties member