Home
last modified time | relevance | path

Searched defs:bp2buildInfo (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dmodule.go1394 type bp2buildInfo struct { struct
1395 Dir string
1396 BazelProps bazel.BazelTargetModuleProperties
1397 CommonAttrs CommonAttributes
1398 ConstraintAttrs constraintAttributes
1399 Attrs interface{}
1403 func (b bp2buildInfo) TargetName() string {
1408 func (b bp2buildInfo) TargetPackage() string {
1413 func (b bp2buildInfo) BazelRuleClass() string {
1419 func (b bp2buildInfo) BazelRuleLoadLocation() string {
[all …]