Home
last modified time | relevance | path

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

/build/soong/snapshot/
Dhost_snapshot.go58 type hostSnapshot struct { struct
59 android.ModuleBase
60 android.PackagingBase
62 outputFile android.OutputPath
63 installDir android.InstallPath
76 func initHostToolsModule(module *hostSnapshot) {
87 func (f *hostSnapshot) DepsMutator(ctx android.BottomUpMutatorContext) {
90 func (f *hostSnapshot) installFileName() string {
95 …c (f *hostSnapshot) CreateMetaData(ctx android.ModuleContext, fileName string) android.OutputPath {
149 func (f *hostSnapshot) GenerateAndroidBuildActions(ctx android.ModuleContext) {
[all …]