Home
last modified time | relevance | path

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

/build/soong/android/
Darch.go473 if bootstrap.IsBootstrapModule(bpctx.Module()) {
621 if bootstrap.IsBootstrapModule(bpctx.Module()) {
/build/blueprint/bootstrap/
Dbootstrap.go227 func IsBootstrapModule(module blueprint.Module) bool { func