Lines Matching defs:nativeBinaryInfoProperties
89 func nativeBinaryPathFor(lib nativeBinaryInfoProperties) string {
98 type nativeBinaryInfoProperties struct { struct
99 android.SdkMemberPropertiesBase
103 archType string
106 outputFile android.Path
111 SharedLibs []string
116 SystemSharedLibs []string
119 StaticExecutable bool
120 Nocrt bool
123 …veBinaryInfoProperties) PopulateFromVariant(ctx android.SdkMemberContext, variant android.Module) {
142 …InfoProperties) AddToPropertySet(ctx android.SdkMemberContext, propertySet android.BpPropertySet) {