Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary_sdk_member.go89 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) {
[all …]