Home
last modified time | relevance | path

Searched refs:Symbol_file (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dvendor_public_library.go60 Symbol_file *string member
106 …objs, versionScript := compileStubLibrary(ctx, flags, String(stub.Properties.Symbol_file), "curren…
Dllndk_library.go48 Symbol_file *string member
93 …objs, versionScript := compileStubLibrary(ctx, flags, String(stub.Properties.Symbol_file), vndkVer…
Dndk_library.go68 Symbol_file *string member
313 if !strings.HasSuffix(String(c.properties.Symbol_file), ".map.txt") {
317 symbolFile := String(c.properties.Symbol_file)
Dlibrary.go65 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