Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go62 type librarySdkMemberType struct { struct
63 android.SdkMemberTypeBase
65 prebuiltModuleType string
67 noOutputFiles bool // True if there are no srcs files.
71 linkTypes []string
74 …ncies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, names []string) {
100 func (mt *librarySdkMemberType) IsInstance(module android.Module) bool {
113 …rType) AddPrebuiltModule(ctx android.SdkMemberContext, member android.SdkMember) android.BpModule {
138 func (mt *librarySdkMemberType) CreateVariantPropertiesStruct() android.SdkMemberProperties {
/build/soong/java/
Djava.go2054 type librarySdkMemberType struct { struct
2055 android.SdkMemberTypeBase
2059 jarToExportGetter func(j *Library) android.Path
2062 …ncies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, names []string) {
2066 func (mt *librarySdkMemberType) IsInstance(module android.Module) bool {
2071 …rType) AddPrebuiltModule(ctx android.SdkMemberContext, member android.SdkMember) android.BpModule {
2075 func (mt *librarySdkMemberType) CreateVariantPropertiesStruct() android.SdkMemberProperties {