Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/build/
H A Daidl_api.go80 func (m *aidlApi) apiDir() string { func
110 var apiDir android.WritablePath
114 apiDir = android.PathForModuleOut(ctx, "dump")
143 "outDir": apiDir.String(),
148 return apiDump{apiDir, apiFiles.Paths(), android.OptionalPathForPath(hashFile)}
154 targetDir := filepath.Join(moduleDir, m.apiDir(), version)
379 apiDir := filepath.Join(ctx.ModuleDir(), m.apiDir(), ver)
380 apiDirPath := android.ExistentPathForSource(ctx, apiDir)
385 hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), ver, ".hash"),
388 ctx.AddMissingDependencies([]string{apiDir})
[all …]
/aosp12/build/soong/java/
H A Dsdk_library.go1497 apiDir := module.getApiDir()
1498 currentApiFileName = path.Join(apiDir, currentApiFileName)
1499 removedApiFileName = path.Join(apiDir, removedApiFileName)
1521 baselinePath := path.Join(apiDir, apiScope.apiFilePrefix+"lint-baseline.txt")
1697 apiDir := module.getApiDir()
1700 path := path.Join(mctx.ModuleDir(), apiDir, scope.apiFilePrefix+api)
1720 script, filepath.Join(mctx.ModuleDir(), apiDir),