Searched refs:Symbol_file (Results 1 – 4 of 4) sorted by relevance
/build/soong/cc/ |
D | vendor_public_library.go | 60 Symbol_file *string member 106 …objs, versionScript := compileStubLibrary(ctx, flags, String(stub.Properties.Symbol_file), "curren…
|
D | llndk_library.go | 48 Symbol_file *string member 93 …objs, versionScript := compileStubLibrary(ctx, flags, String(stub.Properties.Symbol_file), vndkVer…
|
D | ndk_library.go | 68 Symbol_file *string member 313 if !strings.HasSuffix(String(c.properties.Symbol_file), ".map.txt") { 317 symbolFile := String(c.properties.Symbol_file)
|
D | library.go | 65 Symbol_file *string `android:"path"` 98 Symbol_file *string `android:"path"` 635 …objs, versionScript := compileStubLibrary(ctx, flags, String(library.Properties.Stubs.Symbol_file)… 1337 if library.Properties.Header_abi_checker.Symbol_file != nil { 1338 return library.Properties.Header_abi_checker.Symbol_file 1340 if ctx.hasStubsVariants() && library.Properties.Stubs.Symbol_file != nil { 1341 return library.Properties.Stubs.Symbol_file
|