Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dhiddenapi_modular.go171 type hiddenAPIStubsDependencyTag struct { struct
183 func (b hiddenAPIStubsDependencyTag) ExcludeFromApexContents() {
186 func (b hiddenAPIStubsDependencyTag) ReplaceSourceWithPrebuilt() bool {
205 func (b hiddenAPIStubsDependencyTag) ExportMember() bool {
215 func (b hiddenAPIStubsDependencyTag) ExcludeFromVisibilityEnforcement() {
218 var _ android.ExcludeFromVisibilityEnforcementTag = hiddenAPIStubsDependencyTag{}
219 var _ android.ReplaceSourceWithPrebuilt = hiddenAPIStubsDependencyTag{}
220 var _ android.ExcludeFromApexContentsTag = hiddenAPIStubsDependencyTag{}
221 var _ android.SdkMemberTypeDependencyTag = hiddenAPIStubsDependencyTag{}
273 ctx.AddDependency(module, hiddenAPIStubsDependencyTag{apiScope: apiScope}, modules...)
[all …]
H A Dbootclasspath_fragment.go395 tag := hiddenAPIStubsDependencyTag{apiScope: apiScope, fromAdditionalDependency: true}