Home
last modified time | relevance | path

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

/build/soong/cc/
Dprebuilt.go393 …ctx.CreateBazelTargetModuleWithRestrictions(props, android.CommonAttributes{Name: name, Tags: tags…
398 …ctx.CreateBazelTargetModuleWithRestrictions(props, android.CommonAttributes{Name: name + "_alwaysl…
424 …ctx.CreateBazelTargetModuleWithRestrictions(props, android.CommonAttributes{Name: name, Tags: tags…
Dlibrary.go438 ctx.CreateBazelTargetModuleWithRestrictions(staticProps,
444 ctx.CreateBazelTargetModuleWithRestrictions(sharedProps,
/build/soong/android/
Dmutator.go270CreateBazelTargetModuleWithRestrictions(bazel.BazelTargetModuleProperties, CommonAttributes, inter… methodSpec
705 func (t *topDownMutatorContext) CreateBazelTargetModuleWithRestrictions( func