Home
last modified time | relevance | path

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

/build/soong/android/
Dapi_domain.go36 ModuleLibApi ApiSurface = iota const
43 case ModuleLibApi:
/build/bazel/rules/cc/
Dcc_stub_library.bzl285 # Create a header library target for this API surface (ModuleLibApi)
/build/soong/cc/
Dlibrary.go474 currentModuleLibApiDir := ctx.Config().ApiSurfacesDir(android.ModuleLibApi, "current")
483 …Sprintf("@//%s:%s_stub_libs_%s_headers", ctx.ModuleDir(), m.Name(), android.ModuleLibApi.String()),
495 apiSurfaces = append(apiSurfaces, android.ModuleLibApi.String())
Dbp2build.go1174 apiSurfaceModuleLibCurrentPackage = "@api_surfaces//" + android.ModuleLibApi.String() + "/current:"