Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go65 type librarySdkMemberType struct { struct
66 android.SdkMemberTypeBase
68 prebuiltModuleType string
70 noOutputFiles bool // True if there are no srcs files.
74 linkTypes []string
77 …ncies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, names []string) {
107 func (mt *librarySdkMemberType) IsInstance(module android.Module) bool {
120 …rType) AddPrebuiltModule(ctx android.SdkMemberContext, member android.SdkMember) android.BpModule {
161 func (mt *librarySdkMemberType) CreateVariantPropertiesStruct() android.SdkMemberProperties {
/build/soong/java/
Djava.go541 type librarySdkMemberType struct { struct
542 android.SdkMemberTypeBase
546 jarToExportGetter func(ctx android.SdkMemberContext, j *Library) android.Path
550 snapshotPathGetter func(osPrefix, name string) string
554 onlyCopyJarToSnapshot bool
562 …ncies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, names []string) {
566 func (mt *librarySdkMemberType) IsInstance(module android.Module) bool {
571 …rType) AddPrebuiltModule(ctx android.SdkMemberContext, member android.SdkMember) android.BpModule {
575 func (mt *librarySdkMemberType) CreateVariantPropertiesStruct() android.SdkMemberProperties {