Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_public_library.go44 Symbol_file *string member
Dllndk_library.go26 Symbol_file *string member
Dndk_library.go71 Symbol_file *string member
252 if !strings.HasSuffix(String(c.properties.Symbol_file), ".map.txt") {
266 symbolFile := String(c.properties.Symbol_file)
Dlibrary.go67 Symbol_file *string `android:"path"`
101 Symbol_file *string `android:"path"`
820 …objs, versionScript := compileStubLibrary(ctx, flags, String(library.Properties.Llndk.Symbol_file)…
827 …tubLibrary(ctx, flags, String(library.Properties.Vendor_public_library.Symbol_file), "current", "")
834 symbolFile := String(library.Properties.Stubs.Symbol_file)
839 …objs, versionScript := compileStubLibrary(ctx, flags, String(library.Properties.Stubs.Symbol_file)…
1750 return String(library.Properties.Llndk.Symbol_file) != ""
1761 return String(library.Properties.Vendor_public_library.Symbol_file) != ""
1773 if library.Properties.Header_abi_checker.Symbol_file != nil {
1774 return library.Properties.Header_abi_checker.Symbol_file
[all …]