Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dbootclasspath_fragment.go47 type bootclasspathFragmentContentDependencyTag struct { struct
56 func (b bootclasspathFragmentContentDependencyTag) ExcludeFromVisibilityEnforcement() {
60 func (b bootclasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool {
66 func (b bootclasspathFragmentContentDependencyTag) SdkMemberType(child android.Module) android.SdkM…
76 func (b bootclasspathFragmentContentDependencyTag) ExportMember() bool {
82 func (b bootclasspathFragmentContentDependencyTag) CopyDirectlyInAnyApex() {}
85 func (b bootclasspathFragmentContentDependencyTag) RequiresFilesFromPrebuiltApex() {}
88 var bootclasspathFragmentContentDepTag = bootclasspathFragmentContentDependencyTag{}