Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dpackaging.go175 IsPackagingItem() bool
185 func (PackagingItemAlwaysDepTag) IsPackagingItem() bool { func
205 if pi, ok := ctx.OtherModuleDependencyTag(child).(PackagingItem); !ok || !pi.IsPackagingItem() {