Home
last modified time | relevance | path

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

/build/soong/java/
Dbootclasspath_fragment.go54 type bootclasspathFragmentContentDependencyTag struct { struct
63 func (b bootclasspathFragmentContentDependencyTag) ExcludeFromVisibilityEnforcement() { argument
67 func (b bootclasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool { argument
73 func (b bootclasspathFragmentContentDependencyTag) SdkMemberType(child android.Module) android.SdkM… argument
83 func (b bootclasspathFragmentContentDependencyTag) ExportMember() bool { argument
89 func (b bootclasspathFragmentContentDependencyTag) CopyDirectlyInAnyApex() {} argument
92 func (b bootclasspathFragmentContentDependencyTag) RequiresFilesFromPrebuiltApex() {} argument
95 var bootclasspathFragmentContentDepTag = bootclasspathFragmentContentDependencyTag{}