Home
last modified time | relevance | path

Searched refs:apiDir (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/build/
Daidl_api.go88 func (m *aidlApi) apiDir() string { func
141 var apiDir android.WritablePath
145 apiDir = android.PathForModuleOut(ctx, "dump")
173 "outDir": apiDir.String(),
178 return apiDump{version, apiDir, apiFiles.Paths(), android.OptionalPathForPath(hashFile)}
624 apiDir := filepath.Join(ctx.ModuleDir(), m.apiDir(), ver)
625 apiDirPath := android.ExistentPathForSource(ctx, apiDir)
627 hashFilePath := filepath.Join(apiDir, ".hash")
636 …cmd := fmt.Sprintf(`(croot && system/tools/aidl/build/hash_gen.sh %s %s %s)`, apiDir, versionForHa…
642 ctx.AddMissingDependencies([]string{apiDir})
[all …]