blob: d2a31161bcb41de11f9f48748f67947f4b2b38c5 [file] [log] [blame]
Colin Cross4d9c2d12016-07-29 12:48:20 -07001// Copyright 2016 Google Inc. All rights reserved.
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15package cc
16
17import (
Inseob Kim69378442019-06-03 19:10:47 +090018 "fmt"
Logan Chien41eabe62019-04-10 13:33:58 +080019 "io"
Jiyong Parkf1194352019-02-25 11:05:47 +090020 "path/filepath"
Jiyong Parkda732bd2018-11-02 18:23:15 +090021 "regexp"
Colin Cross4d9c2d12016-07-29 12:48:20 -070022 "strings"
Jiyong Parkda732bd2018-11-02 18:23:15 +090023 "sync"
Colin Cross4d9c2d12016-07-29 12:48:20 -070024
Colin Cross26c34ed2016-09-30 17:10:16 -070025 "github.com/google/blueprint/pathtools"
Colin Cross4d9c2d12016-07-29 12:48:20 -070026
Colin Cross4d9c2d12016-07-29 12:48:20 -070027 "android/soong/android"
Dan Albertea4b7b92018-04-25 16:05:30 -070028 "android/soong/cc/config"
Colin Cross4d9c2d12016-07-29 12:48:20 -070029)
30
Colin Crossb916a382016-07-29 17:28:03 -070031type LibraryProperties struct {
Colin Cross4d9c2d12016-07-29 12:48:20 -070032 // local file name to pass to the linker as -unexported_symbols_list
Colin Cross27b922f2019-03-04 22:35:41 -080033 Unexported_symbols_list *string `android:"path,arch_variant"`
Colin Cross4d9c2d12016-07-29 12:48:20 -070034 // local file name to pass to the linker as -force_symbols_not_weak_list
Colin Cross27b922f2019-03-04 22:35:41 -080035 Force_symbols_not_weak_list *string `android:"path,arch_variant"`
Colin Cross4d9c2d12016-07-29 12:48:20 -070036 // local file name to pass to the linker as -force_symbols_weak_list
Colin Cross27b922f2019-03-04 22:35:41 -080037 Force_symbols_weak_list *string `android:"path,arch_variant"`
Colin Cross4d9c2d12016-07-29 12:48:20 -070038
39 // rename host libraries to prevent overlap with system installed libraries
40 Unique_host_soname *bool
41
Dan Willemsene1240db2016-11-03 14:28:51 -070042 Aidl struct {
43 // export headers generated from .aidl sources
Nan Zhang0007d812017-11-07 10:57:05 -080044 Export_aidl_headers *bool
Dan Willemsene1240db2016-11-03 14:28:51 -070045 }
46
Colin Cross0c461f12016-10-20 16:11:43 -070047 Proto struct {
48 // export headers generated from .proto sources
Nan Zhang0007d812017-11-07 10:57:05 -080049 Export_proto_headers *bool
Colin Cross0c461f12016-10-20 16:11:43 -070050 }
Dan Albertf563d252017-10-13 00:29:00 -070051
Inseob Kimc0907f12019-02-08 21:00:45 +090052 Sysprop struct {
53 // Whether platform owns this sysprop library.
54 Platform *bool
Inseob Kimb3f22ca2019-03-05 12:40:24 +090055 } `blueprint:"mutated"`
Inseob Kimc0907f12019-02-08 21:00:45 +090056
Nan Zhang0007d812017-11-07 10:57:05 -080057 Static_ndk_lib *bool
Jiyong Park7ed9de32018-10-15 22:25:07 +090058
59 Stubs struct {
60 // Relative path to the symbol map. The symbol map provides the list of
61 // symbols that are exported for stubs variant of this library.
Colin Cross27b922f2019-03-04 22:35:41 -080062 Symbol_file *string `android:"path"`
Jiyong Park7ed9de32018-10-15 22:25:07 +090063
64 // List versions to generate stubs libs for.
65 Versions []string
66 }
dimitryd95964a2018-11-07 13:43:34 +010067
68 // set the name of the output
69 Stem *string `android:"arch_variant"`
70
Colin Cross0fd6a412019-08-16 14:22:10 -070071 // set suffix of the name of the output
72 Suffix *string `android:"arch_variant"`
73
74 Target struct {
Justin Yun63e9ec72020-10-29 16:49:43 +090075 Vendor, Product struct {
Colin Cross0fd6a412019-08-16 14:22:10 -070076 // set suffix of the name of the output
77 Suffix *string `android:"arch_variant"`
78 }
79 }
80
dimitryd95964a2018-11-07 13:43:34 +010081 // Names of modules to be overridden. Listed modules can only be other shared libraries
82 // (in Make or Soong).
83 // This does not completely prevent installation of the overridden libraries, but if both
84 // binaries would be installed by default (in PRODUCT_PACKAGES) the other library will be removed
85 // from PRODUCT_PACKAGES.
86 Overrides []string
Logan Chiene3d7a0d2019-01-17 00:18:02 +080087
88 // Properties for ABI compatibility checker
89 Header_abi_checker struct {
Logan Chien41eabe62019-04-10 13:33:58 +080090 // Enable ABI checks (even if this is not an LLNDK/VNDK lib)
91 Enabled *bool
92
Logan Chiene3d7a0d2019-01-17 00:18:02 +080093 // Path to a symbol file that specifies the symbols to be included in the generated
94 // ABI dump file
Colin Cross27b922f2019-03-04 22:35:41 -080095 Symbol_file *string `android:"path"`
Logan Chiene3d7a0d2019-01-17 00:18:02 +080096
97 // Symbol versions that should be ignored from the symbol file
98 Exclude_symbol_versions []string
99
100 // Symbol tags that should be ignored from the symbol file
101 Exclude_symbol_tags []string
Logan Chien2a65dda2019-10-01 15:58:07 -0700102
103 // Run checks on all APIs (in addition to the ones referred by
104 // one of exported ELF symbols.)
105 Check_all_apis *bool
Logan Chiene3d7a0d2019-01-17 00:18:02 +0800106 }
Vic Yang6cd1be82019-06-24 16:08:48 -0700107
108 // Order symbols in .bss section by their sizes. Only useful for shared libraries.
109 Sort_bss_symbols_by_size *bool
Pete Bentley803e1612019-08-06 22:19:59 +0100110
111 // Inject boringssl hash into the shared library. This is only intended for use by external/boringssl.
112 Inject_bssl_hash *bool `android:"arch_variant"`
Colin Cross0477b422020-10-13 18:43:54 -0700113
114 // If this is an LLNDK library, the name of the equivalent llndk_library module.
115 Llndk_stubs *string
Colin Crossa48ab5b2017-02-14 15:28:44 -0800116}
Colin Cross0c461f12016-10-20 16:11:43 -0700117
Colin Crosse1bb5d02019-09-24 14:55:04 -0700118type StaticProperties struct {
119 Static StaticOrSharedProperties `android:"arch_variant"`
120}
121
122type SharedProperties struct {
123 Shared StaticOrSharedProperties `android:"arch_variant"`
124}
125
126type StaticOrSharedProperties struct {
Evgenii Stepanov2080bfe2020-07-24 15:35:40 -0700127 Srcs []string `android:"path,arch_variant"`
128
129 Sanitized Sanitized `android:"arch_variant"`
130
Colin Crosse1bb5d02019-09-24 14:55:04 -0700131 Cflags []string `android:"arch_variant"`
132
133 Enabled *bool `android:"arch_variant"`
134 Whole_static_libs []string `android:"arch_variant"`
135 Static_libs []string `android:"arch_variant"`
136 Shared_libs []string `android:"arch_variant"`
137 System_shared_libs []string `android:"arch_variant"`
138
139 Export_shared_lib_headers []string `android:"arch_variant"`
140 Export_static_lib_headers []string `android:"arch_variant"`
Jiyong Parka90ca002019-10-07 15:47:24 +0900141
142 Apex_available []string `android:"arch_variant"`
Colin Crosse1bb5d02019-09-24 14:55:04 -0700143}
144
Colin Crossa48ab5b2017-02-14 15:28:44 -0800145type LibraryMutatedProperties struct {
Colin Crossb916a382016-07-29 17:28:03 -0700146 // Build a static variant
147 BuildStatic bool `blueprint:"mutated"`
148 // Build a shared variant
149 BuildShared bool `blueprint:"mutated"`
150 // This variant is shared
151 VariantIsShared bool `blueprint:"mutated"`
152 // This variant is static
153 VariantIsStatic bool `blueprint:"mutated"`
Jiyong Park7ed9de32018-10-15 22:25:07 +0900154
155 // This variant is a stubs lib
156 BuildStubs bool `blueprint:"mutated"`
157 // Version of the stubs lib
158 StubsVersion string `blueprint:"mutated"`
Colin Crossd1f898e2020-08-18 18:35:15 -0700159 // List of all stubs versions associated with an implementation lib
160 AllStubsVersions []string `blueprint:"mutated"`
Colin Crossb916a382016-07-29 17:28:03 -0700161}
162
163type FlagExporterProperties struct {
164 // list of directories relative to the Blueprints file that will
Dan Willemsen273af7f2016-11-03 15:53:42 -0700165 // be added to the include path (using -I) for this module and any module that links
Colin Cross5d195602017-10-17 16:15:50 -0700166 // against this module. Directories listed in export_include_dirs do not need to be
167 // listed in local_include_dirs.
Colin Crossb916a382016-07-29 17:28:03 -0700168 Export_include_dirs []string `android:"arch_variant"`
Dan Willemsen4416e5d2017-04-06 12:43:22 -0700169
Jiyong Park73c54ee2019-10-22 20:31:18 +0900170 // list of directories that will be added to the system include path
171 // using -isystem for this module and any module that links against this module.
172 Export_system_include_dirs []string `android:"arch_variant"`
173
Dan Willemsen4416e5d2017-04-06 12:43:22 -0700174 Target struct {
Justin Yun63e9ec72020-10-29 16:49:43 +0900175 Vendor, Product struct {
Dan Willemsen4416e5d2017-04-06 12:43:22 -0700176 // list of exported include directories, like
Justin Yun63e9ec72020-10-29 16:49:43 +0900177 // export_include_dirs, that will be applied to
178 // vendor or product variant of this library.
179 // This will overwrite any other declarations.
Steven Morelandb21df8f2018-01-05 14:42:54 -0800180 Override_export_include_dirs []string
Dan Willemsen4416e5d2017-04-06 12:43:22 -0700181 }
182 }
Colin Cross4d9c2d12016-07-29 12:48:20 -0700183}
184
185func init() {
Paul Duffin6c26dc72019-12-19 15:02:40 +0000186 RegisterLibraryBuildComponents(android.InitRegistrationContext)
187}
188
189func RegisterLibraryBuildComponents(ctx android.RegistrationContext) {
190 ctx.RegisterModuleType("cc_library_static", LibraryStaticFactory)
191 ctx.RegisterModuleType("cc_library_shared", LibrarySharedFactory)
192 ctx.RegisterModuleType("cc_library", LibraryFactory)
193 ctx.RegisterModuleType("cc_library_host_static", LibraryHostStaticFactory)
194 ctx.RegisterModuleType("cc_library_host_shared", LibraryHostSharedFactory)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700195}
196
Patrice Arruda83c89e02019-03-25 15:32:39 -0700197// cc_library creates both static and/or shared libraries for a device and/or
198// host. By default, a cc_library has a single variant that targets the device.
199// Specifying `host_supported: true` also creates a library that targets the
200// host.
Steven Morelandf9e62162017-11-02 17:00:50 -0700201func LibraryFactory() android.Module {
Colin Crossab3b7322016-12-09 14:46:15 -0800202 module, _ := NewLibrary(android.HostAndDeviceSupported)
Paul Duffina0843f62019-12-13 19:50:38 +0000203 // Can be used as both a static and a shared library.
204 module.sdkMemberTypes = []android.SdkMemberType{
205 sharedLibrarySdkMemberType,
206 staticLibrarySdkMemberType,
Paul Duffin9b76c0b2020-03-12 10:24:35 +0000207 staticAndSharedLibrarySdkMemberType,
Paul Duffina0843f62019-12-13 19:50:38 +0000208 }
Colin Cross4d9c2d12016-07-29 12:48:20 -0700209 return module.Init()
210}
211
Patrice Arruda83c89e02019-03-25 15:32:39 -0700212// cc_library_static creates a static library for a device and/or host binary.
Steven Morelandf9e62162017-11-02 17:00:50 -0700213func LibraryStaticFactory() android.Module {
Colin Crossab3b7322016-12-09 14:46:15 -0800214 module, library := NewLibrary(android.HostAndDeviceSupported)
215 library.BuildOnlyStatic()
Paul Duffina0843f62019-12-13 19:50:38 +0000216 module.sdkMemberTypes = []android.SdkMemberType{staticLibrarySdkMemberType}
Colin Cross4d9c2d12016-07-29 12:48:20 -0700217 return module.Init()
218}
219
Patrice Arruda83c89e02019-03-25 15:32:39 -0700220// cc_library_shared creates a shared library for a device and/or host.
Steven Morelandf9e62162017-11-02 17:00:50 -0700221func LibrarySharedFactory() android.Module {
Colin Crossab3b7322016-12-09 14:46:15 -0800222 module, library := NewLibrary(android.HostAndDeviceSupported)
223 library.BuildOnlyShared()
Paul Duffina0843f62019-12-13 19:50:38 +0000224 module.sdkMemberTypes = []android.SdkMemberType{sharedLibrarySdkMemberType}
Colin Cross4d9c2d12016-07-29 12:48:20 -0700225 return module.Init()
226}
227
Patrice Arruda83c89e02019-03-25 15:32:39 -0700228// cc_library_host_static creates a static library that is linkable to a host
229// binary.
Steven Morelandf9e62162017-11-02 17:00:50 -0700230func LibraryHostStaticFactory() android.Module {
Colin Crossab3b7322016-12-09 14:46:15 -0800231 module, library := NewLibrary(android.HostSupported)
232 library.BuildOnlyStatic()
Paul Duffina0843f62019-12-13 19:50:38 +0000233 module.sdkMemberTypes = []android.SdkMemberType{staticLibrarySdkMemberType}
Colin Cross4d9c2d12016-07-29 12:48:20 -0700234 return module.Init()
235}
236
Patrice Arruda83c89e02019-03-25 15:32:39 -0700237// cc_library_host_shared creates a shared library that is usable on a host.
Steven Morelandf9e62162017-11-02 17:00:50 -0700238func LibraryHostSharedFactory() android.Module {
Colin Crossab3b7322016-12-09 14:46:15 -0800239 module, library := NewLibrary(android.HostSupported)
240 library.BuildOnlyShared()
Paul Duffina0843f62019-12-13 19:50:38 +0000241 module.sdkMemberTypes = []android.SdkMemberType{sharedLibrarySdkMemberType}
Colin Cross4d9c2d12016-07-29 12:48:20 -0700242 return module.Init()
243}
244
245type flagExporter struct {
246 Properties FlagExporterProperties
247
Jiyong Park74955042019-10-22 20:19:51 +0900248 dirs android.Paths
249 systemDirs android.Paths
Inseob Kim69378442019-06-03 19:10:47 +0900250 flags []string
251 deps android.Paths
Inseob Kimd110f872019-12-06 13:15:38 +0900252 headers android.Paths
Colin Cross4d9c2d12016-07-29 12:48:20 -0700253}
254
Dan Willemsen4416e5d2017-04-06 12:43:22 -0700255func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths {
Justin Yun63e9ec72020-10-29 16:49:43 +0900256 // TODO(b/150902910): product variant must use Target.Product
Steven Morelandb21df8f2018-01-05 14:42:54 -0800257 if ctx.useVndk() && f.Properties.Target.Vendor.Override_export_include_dirs != nil {
258 return android.PathsForModuleSrc(ctx, f.Properties.Target.Vendor.Override_export_include_dirs)
Dan Willemsen4416e5d2017-04-06 12:43:22 -0700259 } else {
260 return android.PathsForModuleSrc(ctx, f.Properties.Export_include_dirs)
261 }
262}
263
Inseob Kim69378442019-06-03 19:10:47 +0900264func (f *flagExporter) exportIncludes(ctx ModuleContext) {
Jiyong Park74955042019-10-22 20:19:51 +0900265 f.dirs = append(f.dirs, f.exportedIncludes(ctx)...)
Jiyong Park73c54ee2019-10-22 20:31:18 +0900266 f.systemDirs = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_include_dirs)...)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700267}
268
Inseob Kim69378442019-06-03 19:10:47 +0900269func (f *flagExporter) exportIncludesAsSystem(ctx ModuleContext) {
Jiyong Park73c54ee2019-10-22 20:31:18 +0900270 // all dirs are force exported as system
Jiyong Park74955042019-10-22 20:19:51 +0900271 f.systemDirs = append(f.systemDirs, f.exportedIncludes(ctx)...)
Jiyong Park73c54ee2019-10-22 20:31:18 +0900272 f.systemDirs = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_include_dirs)...)
Inseob Kim69378442019-06-03 19:10:47 +0900273}
274
Jiyong Park74955042019-10-22 20:19:51 +0900275func (f *flagExporter) reexportDirs(dirs ...android.Path) {
Inseob Kim69378442019-06-03 19:10:47 +0900276 f.dirs = append(f.dirs, dirs...)
277}
278
Jiyong Park74955042019-10-22 20:19:51 +0900279func (f *flagExporter) reexportSystemDirs(dirs ...android.Path) {
Inseob Kim69378442019-06-03 19:10:47 +0900280 f.systemDirs = append(f.systemDirs, dirs...)
281}
282
283func (f *flagExporter) reexportFlags(flags ...string) {
Jaewoong Jung3aff5782020-02-11 07:54:35 -0800284 if android.PrefixInList(flags, "-I") || android.PrefixInList(flags, "-isystem") {
285 panic(fmt.Errorf("Exporting invalid flag %q: "+
286 "use reexportDirs or reexportSystemDirs to export directories", flag))
Inseob Kim69378442019-06-03 19:10:47 +0900287 }
Colin Cross4d9c2d12016-07-29 12:48:20 -0700288 f.flags = append(f.flags, flags...)
289}
290
Inseob Kim69378442019-06-03 19:10:47 +0900291func (f *flagExporter) reexportDeps(deps ...android.Path) {
292 f.deps = append(f.deps, deps...)
293}
294
Inseob Kimd110f872019-12-06 13:15:38 +0900295// addExportedGeneratedHeaders does nothing but collects generated header files.
296// This can be differ to exportedDeps which may contain phony files to minimize ninja.
297func (f *flagExporter) addExportedGeneratedHeaders(headers ...android.Path) {
298 f.headers = append(f.headers, headers...)
299}
300
Colin Cross0de8a1e2020-09-18 14:15:30 -0700301func (f *flagExporter) setProvider(ctx android.ModuleContext) {
302 ctx.SetProvider(FlagExporterInfoProvider, FlagExporterInfo{
303 IncludeDirs: f.dirs,
304 SystemIncludeDirs: f.systemDirs,
305 Flags: f.flags,
306 Deps: f.deps,
307 GeneratedHeaders: f.headers,
308 })
Inseob Kim69378442019-06-03 19:10:47 +0900309}
310
Colin Crossb916a382016-07-29 17:28:03 -0700311// libraryDecorator wraps baseCompiler, baseLinker and baseInstaller to provide library-specific
312// functionality: static vs. shared linkage, reusing object files for shared libraries
313type libraryDecorator struct {
Colin Crossa48ab5b2017-02-14 15:28:44 -0800314 Properties LibraryProperties
Colin Crosse1bb5d02019-09-24 14:55:04 -0700315 StaticProperties StaticProperties
316 SharedProperties SharedProperties
Colin Crossa48ab5b2017-02-14 15:28:44 -0800317 MutatedProperties LibraryMutatedProperties
Colin Cross4d9c2d12016-07-29 12:48:20 -0700318
319 // For reusing static library objects for shared library
Inseob Kim69378442019-06-03 19:10:47 +0900320 reuseObjects Objects
Colin Cross10d22312017-05-03 11:01:58 -0700321
Colin Cross26c34ed2016-09-30 17:10:16 -0700322 // table-of-contents file to optimize out relinking when possible
323 tocFile android.OptionalPath
Colin Cross4d9c2d12016-07-29 12:48:20 -0700324
Colin Cross4d9c2d12016-07-29 12:48:20 -0700325 flagExporter
Thiébaud Weksteend4587452020-08-19 14:53:01 +0200326 stripper Stripper
Colin Cross4d9c2d12016-07-29 12:48:20 -0700327
Colin Cross4d9c2d12016-07-29 12:48:20 -0700328 // For whole_static_libs
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700329 objects Objects
Colin Cross4d9c2d12016-07-29 12:48:20 -0700330
331 // Uses the module's name if empty, but can be overridden. Does not include
332 // shlib suffix.
333 libName string
Colin Crossb916a382016-07-29 17:28:03 -0700334
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -0800335 sabi *sabi
336
Dan Willemsen581341d2017-02-09 16:16:31 -0800337 // Output archive of gcno coverage information files
338 coverageOutputFile android.OptionalPath
339
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -0800340 // linked Source Abi Dump
341 sAbiOutputFile android.OptionalPath
342
343 // Source Abi Diff
344 sAbiDiff android.OptionalPath
345
Colin Cross0875c522017-11-28 17:34:01 -0800346 // Location of the static library in the sysroot. Empty if the library is
347 // not included in the NDK.
348 ndkSysrootPath android.Path
349
Colin Crossb60190a2018-09-04 16:28:17 -0700350 // Location of the linked, unstripped library for shared libraries
351 unstrippedOutputFile android.Path
352
Dan Willemsen569edc52018-11-19 09:33:29 -0800353 // Location of the file that should be copied to dist dir when requested
Jingwen Chen40fd90a2020-06-15 05:24:19 +0000354 distFile android.Path
Dan Willemsen569edc52018-11-19 09:33:29 -0800355
Colin Cross8e21aa52020-09-28 18:28:02 -0700356 versionScriptPath android.OptionalPath
Jiyong Park7ed9de32018-10-15 22:25:07 +0900357
Jiyong Parkf1194352019-02-25 11:05:47 +0900358 post_install_cmds []string
359
Vic Yangefd249e2018-11-12 20:19:56 -0800360 // If useCoreVariant is true, the vendor variant of a VNDK library is
361 // not installed.
Vic Yangd92090f2020-01-08 14:32:28 -0800362 useCoreVariant bool
363 checkSameCoreVariant bool
Vic Yangefd249e2018-11-12 20:19:56 -0800364
Colin Cross5ec407b2020-09-30 11:41:33 -0700365 skipAPIDefine bool
366
Martin Stjernholmc5dd4f72020-04-01 20:38:01 +0100367 // Decorated interfaces
Colin Crossb916a382016-07-29 17:28:03 -0700368 *baseCompiler
369 *baseLinker
370 *baseInstaller
Inseob Kimeda2e9c2020-03-03 22:06:32 +0900371
372 collectedSnapshotHeaders android.Paths
373}
374
375// collectHeadersForSnapshot collects all exported headers from library.
376// It globs header files in the source tree for exported include directories,
377// and tracks generated header files separately.
378//
379// This is to be called from GenerateAndroidBuildActions, and then collected
380// header files can be retrieved by snapshotHeaders().
381func (l *libraryDecorator) collectHeadersForSnapshot(ctx android.ModuleContext) {
382 ret := android.Paths{}
383
384 // Headers in the source tree should be globbed. On the contrast, generated headers
385 // can't be globbed, and they should be manually collected.
386 // So, we first filter out intermediate directories (which contains generated headers)
387 // from exported directories, and then glob headers under remaining directories.
Colin Cross0de8a1e2020-09-18 14:15:30 -0700388 for _, path := range append(android.CopyOfPaths(l.flagExporter.dirs), l.flagExporter.systemDirs...) {
Inseob Kimeda2e9c2020-03-03 22:06:32 +0900389 dir := path.String()
390 // Skip if dir is for generated headers
391 if strings.HasPrefix(dir, android.PathForOutput(ctx).String()) {
392 continue
393 }
Inseob Kim04f2d6a2020-05-29 22:30:58 +0900394 // libeigen wrongly exports the root directory "external/eigen". But only two
395 // subdirectories "Eigen" and "unsupported" contain exported header files. Even worse
396 // some of them have no extension. So we need special treatment for libeigen in order
397 // to glob correctly.
398 if dir == "external/eigen" {
399 // Only these two directories contains exported headers.
400 for _, subdir := range []string{"Eigen", "unsupported/Eigen"} {
401 glob, err := ctx.GlobWithDeps("external/eigen/"+subdir+"/**/*", nil)
402 if err != nil {
403 ctx.ModuleErrorf("glob failed: %#v", err)
404 return
405 }
406 for _, header := range glob {
407 if strings.HasSuffix(header, "/") {
408 continue
409 }
410 ext := filepath.Ext(header)
411 if ext != "" && ext != ".h" {
412 continue
413 }
414 ret = append(ret, android.PathForSource(ctx, header))
415 }
416 }
417 continue
418 }
Inseob Kimeda2e9c2020-03-03 22:06:32 +0900419 exts := headerExts
420 // Glob all files under this special directory, because of C++ headers.
421 if strings.HasPrefix(dir, "external/libcxx/include") {
422 exts = []string{""}
423 }
424 for _, ext := range exts {
425 glob, err := ctx.GlobWithDeps(dir+"/**/*"+ext, nil)
426 if err != nil {
427 ctx.ModuleErrorf("glob failed: %#v", err)
428 return
429 }
430 for _, header := range glob {
431 if strings.HasSuffix(header, "/") {
432 continue
433 }
434 ret = append(ret, android.PathForSource(ctx, header))
435 }
436 }
437 }
438
439 // Collect generated headers
Colin Cross0de8a1e2020-09-18 14:15:30 -0700440 for _, header := range append(android.CopyOfPaths(l.flagExporter.headers), l.flagExporter.deps...) {
Inseob Kimeda2e9c2020-03-03 22:06:32 +0900441 // TODO(b/148123511): remove exportedDeps after cleaning up genrule
442 if strings.HasSuffix(header.Base(), "-phony") {
443 continue
444 }
445 ret = append(ret, header)
446 }
447
448 l.collectedSnapshotHeaders = ret
449}
450
451// This returns all exported header files, both generated ones and headers from source tree.
452// collectHeadersForSnapshot() must be called before calling this.
453func (l *libraryDecorator) snapshotHeaders() android.Paths {
454 if l.collectedSnapshotHeaders == nil {
455 panic("snapshotHeaders() must be called after collectHeadersForSnapshot()")
456 }
457 return l.collectedSnapshotHeaders
Colin Cross4d9c2d12016-07-29 12:48:20 -0700458}
459
Colin Crossb916a382016-07-29 17:28:03 -0700460func (library *libraryDecorator) linkerProps() []interface{} {
461 var props []interface{}
462 props = append(props, library.baseLinker.linkerProps()...)
Colin Crosse1bb5d02019-09-24 14:55:04 -0700463 props = append(props,
Colin Cross4d9c2d12016-07-29 12:48:20 -0700464 &library.Properties,
Colin Crossa48ab5b2017-02-14 15:28:44 -0800465 &library.MutatedProperties,
Colin Cross4d9c2d12016-07-29 12:48:20 -0700466 &library.flagExporter.Properties,
Colin Cross22f37952018-09-05 10:43:13 -0700467 &library.stripper.StripProperties)
Colin Crosse1bb5d02019-09-24 14:55:04 -0700468
469 if library.MutatedProperties.BuildShared {
470 props = append(props, &library.SharedProperties)
471 }
472 if library.MutatedProperties.BuildStatic {
473 props = append(props, &library.StaticProperties)
474 }
475
476 return props
Colin Cross4d9c2d12016-07-29 12:48:20 -0700477}
478
Colin Crossb916a382016-07-29 17:28:03 -0700479func (library *libraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
Colin Cross42742b82016-08-01 13:20:05 -0700480 flags = library.baseLinker.linkerFlags(ctx, flags)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700481
Colin Crossb916a382016-07-29 17:28:03 -0700482 // MinGW spits out warnings about -fPIC even for -fpie?!) being ignored because
483 // all code is position independent, and then those warnings get promoted to
484 // errors.
Colin Cross3edeee12017-04-04 12:59:48 -0700485 if !ctx.Windows() {
Colin Cross4af21ed2019-11-04 09:37:55 -0800486 flags.Global.CFlags = append(flags.Global.CFlags, "-fPIC")
Colin Crossb916a382016-07-29 17:28:03 -0700487 }
488
489 if library.static() {
Colin Cross4af21ed2019-11-04 09:37:55 -0800490 flags.Local.CFlags = append(flags.Local.CFlags, library.StaticProperties.Static.Cflags...)
Colin Crossa48ab5b2017-02-14 15:28:44 -0800491 } else if library.shared() {
Colin Cross4af21ed2019-11-04 09:37:55 -0800492 flags.Local.CFlags = append(flags.Local.CFlags, library.SharedProperties.Shared.Cflags...)
Colin Crossb916a382016-07-29 17:28:03 -0700493 }
494
Colin Crossa48ab5b2017-02-14 15:28:44 -0800495 if library.shared() {
Colin Cross4d9c2d12016-07-29 12:48:20 -0700496 libName := library.getLibName(ctx)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700497 var f []string
Dan Willemsen01a405a2016-06-13 17:19:03 -0700498 if ctx.toolchain().Bionic() {
Colin Cross4d9c2d12016-07-29 12:48:20 -0700499 f = append(f,
500 "-nostdlib",
501 "-Wl,--gc-sections",
502 )
503 }
504
505 if ctx.Darwin() {
506 f = append(f,
507 "-dynamiclib",
508 "-single_module",
Colin Cross4d9c2d12016-07-29 12:48:20 -0700509 "-install_name @rpath/"+libName+flags.Toolchain.ShlibSuffix(),
510 )
Colin Cross7863cf52016-10-20 10:47:21 -0700511 if ctx.Arch().ArchType == android.X86 {
512 f = append(f,
513 "-read_only_relocs suppress",
514 )
515 }
Colin Cross4d9c2d12016-07-29 12:48:20 -0700516 } else {
Josh Gao75a50a22019-06-07 17:58:59 -0700517 f = append(f, "-shared")
518 if !ctx.Windows() {
519 f = append(f, "-Wl,-soname,"+libName+flags.Toolchain.ShlibSuffix())
520 }
Colin Cross4d9c2d12016-07-29 12:48:20 -0700521 }
522
Colin Cross4af21ed2019-11-04 09:37:55 -0800523 flags.Global.LdFlags = append(flags.Global.LdFlags, f...)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700524 }
525
526 return flags
527}
528
Colin Crossf18e1102017-11-16 14:33:08 -0800529func (library *libraryDecorator) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags {
Dan Willemsen4416e5d2017-04-06 12:43:22 -0700530 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
Dan Willemsen273af7f2016-11-03 15:53:42 -0700531 if len(exportIncludeDirs) > 0 {
Colin Crossdad8c952017-04-26 14:55:27 -0700532 f := includeDirsToFlags(exportIncludeDirs)
Colin Cross4af21ed2019-11-04 09:37:55 -0800533 flags.Local.CommonFlags = append(flags.Local.CommonFlags, f)
534 flags.Local.YasmFlags = append(flags.Local.YasmFlags, f)
Dan Willemsen273af7f2016-11-03 15:53:42 -0700535 }
536
Jiyong Park7ed9de32018-10-15 22:25:07 +0900537 flags = library.baseCompiler.compilerFlags(ctx, flags, deps)
538 if library.buildStubs() {
Jiyong Park64379952018-12-13 18:37:29 +0900539 // Remove -include <file> when compiling stubs. Otherwise, the force included
540 // headers might cause conflicting types error with the symbols in the
541 // generated stubs source code. e.g.
542 // double acos(double); // in header
543 // void acos() {} // in the generated source code
544 removeInclude := func(flags []string) []string {
545 ret := flags[:0]
546 for _, f := range flags {
547 if strings.HasPrefix(f, "-include ") {
548 continue
549 }
550 ret = append(ret, f)
551 }
552 return ret
553 }
Colin Cross4af21ed2019-11-04 09:37:55 -0800554 flags.Local.CommonFlags = removeInclude(flags.Local.CommonFlags)
555 flags.Local.CFlags = removeInclude(flags.Local.CFlags)
Jiyong Park64379952018-12-13 18:37:29 +0900556
Jiyong Park7ed9de32018-10-15 22:25:07 +0900557 flags = addStubLibraryCompilerFlags(flags)
558 }
559 return flags
Dan Willemsen273af7f2016-11-03 15:53:42 -0700560}
561
Hsin-Yi Chen53489642019-07-31 17:10:45 +0800562// Returns a string that represents the class of the ABI dump.
563// Returns an empty string if ABI check is disabled for this library.
564func (library *libraryDecorator) classifySourceAbiDump(ctx ModuleContext) string {
565 enabled := library.Properties.Header_abi_checker.Enabled
566 if enabled != nil && !Bool(enabled) {
567 return ""
568 }
569 // Return NDK if the library is both NDK and LLNDK.
Colin Cross95f1ca02020-10-29 20:47:22 -0700570 if ctx.isNdk(ctx.Config()) {
Hsin-Yi Chen53489642019-07-31 17:10:45 +0800571 return "NDK"
572 }
573 if ctx.isLlndkPublic(ctx.Config()) {
574 return "LLNDK"
575 }
576 if ctx.useVndk() && ctx.isVndk() && !ctx.isVndkPrivate(ctx.Config()) {
577 if ctx.isVndkSp() {
578 if ctx.isVndkExt() {
579 return "VNDK-SP-ext"
580 } else {
581 return "VNDK-SP"
582 }
583 } else {
584 if ctx.isVndkExt() {
585 return "VNDK-ext"
586 } else {
587 return "VNDK-core"
588 }
589 }
590 }
Colin Cross31076b32020-10-23 17:22:06 -0700591 if Bool(enabled) || library.hasStubsVariants() {
Hsin-Yi Chen53489642019-07-31 17:10:45 +0800592 return "PLATFORM"
593 }
594 return ""
595}
596
Hsin-Yi Chenaf17d742019-07-29 17:46:59 +0800597func (library *libraryDecorator) shouldCreateSourceAbiDump(ctx ModuleContext) bool {
598 if !ctx.shouldCreateSourceAbiDump() {
599 return false
600 }
Logan Chiene274fc92019-12-03 11:18:32 -0800601 if !ctx.isForPlatform() {
Colin Cross31076b32020-10-23 17:22:06 -0700602 if !library.hasStubsVariants() {
Logan Chiene274fc92019-12-03 11:18:32 -0800603 // Skip ABI checks if this library is for APEX but isn't exported.
604 return false
605 }
606 if !Bool(library.Properties.Header_abi_checker.Enabled) {
607 // Skip ABI checks if this library is for APEX and did not explicitly enable
608 // ABI checks.
609 // TODO(b/145608479): ABI checks should be enabled by default. Remove this
610 // after evaluating the extra build time.
611 return false
612 }
613 }
Hsin-Yi Chen53489642019-07-31 17:10:45 +0800614 return library.classifySourceAbiDump(ctx) != ""
Logan Chien41eabe62019-04-10 13:33:58 +0800615}
616
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700617func (library *libraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
Jiyong Park7ed9de32018-10-15 22:25:07 +0900618 if library.buildStubs() {
Jiyong Park3fd0baf2018-12-07 16:25:39 +0900619 objs, versionScript := compileStubLibrary(ctx, flags, String(library.Properties.Stubs.Symbol_file), library.MutatedProperties.StubsVersion, "--apex")
Colin Cross8e21aa52020-09-28 18:28:02 -0700620 library.versionScriptPath = android.OptionalPathForPath(versionScript)
Jiyong Park7ed9de32018-10-15 22:25:07 +0900621 return objs
622 }
623
Colin Cross5950f382016-12-13 12:50:57 -0800624 if !library.buildShared() && !library.buildStatic() {
625 if len(library.baseCompiler.Properties.Srcs) > 0 {
626 ctx.PropertyErrorf("srcs", "cc_library_headers must not have any srcs")
627 }
Colin Crosse1bb5d02019-09-24 14:55:04 -0700628 if len(library.StaticProperties.Static.Srcs) > 0 {
Colin Cross5950f382016-12-13 12:50:57 -0800629 ctx.PropertyErrorf("static.srcs", "cc_library_headers must not have any srcs")
630 }
Colin Crosse1bb5d02019-09-24 14:55:04 -0700631 if len(library.SharedProperties.Shared.Srcs) > 0 {
Colin Cross5950f382016-12-13 12:50:57 -0800632 ctx.PropertyErrorf("shared.srcs", "cc_library_headers must not have any srcs")
633 }
634 return Objects{}
635 }
Hsin-Yi Chenaf17d742019-07-29 17:46:59 +0800636 if library.shouldCreateSourceAbiDump(ctx) || library.sabi.Properties.CreateSAbiDumps {
Jayant Chowdharya4fce192017-09-06 13:10:03 -0700637 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -0800638 var SourceAbiFlags []string
639 for _, dir := range exportIncludeDirs.Strings() {
Jayant Chowdhary715cac32017-04-20 06:53:59 -0700640 SourceAbiFlags = append(SourceAbiFlags, "-I"+dir)
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -0800641 }
Inseob Kim69378442019-06-03 19:10:47 +0900642 for _, reexportedInclude := range library.sabi.Properties.ReexportedIncludes {
643 SourceAbiFlags = append(SourceAbiFlags, "-I"+reexportedInclude)
Jayant Chowdhary715cac32017-04-20 06:53:59 -0700644 }
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -0800645 flags.SAbiFlags = SourceAbiFlags
Colin Crosse1bb5d02019-09-24 14:55:04 -0700646 total_length := len(library.baseCompiler.Properties.Srcs) + len(deps.GeneratedSources) +
647 len(library.SharedProperties.Shared.Srcs) + len(library.StaticProperties.Static.Srcs)
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -0800648 if total_length > 0 {
649 flags.SAbiDump = true
650 }
651 }
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700652 objs := library.baseCompiler.compile(ctx, flags, deps)
653 library.reuseObjects = objs
Colin Cross2f336352016-10-26 10:03:47 -0700654 buildFlags := flagsToBuilderFlags(flags)
Colin Crossb916a382016-07-29 17:28:03 -0700655
Colin Cross4d9c2d12016-07-29 12:48:20 -0700656 if library.static() {
Colin Crosse1bb5d02019-09-24 14:55:04 -0700657 srcs := android.PathsForModuleSrc(ctx, library.StaticProperties.Static.Srcs)
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700658 objs = objs.Append(compileObjs(ctx, buildFlags, android.DeviceStaticLibrary,
Pirama Arumuga Nainarf231b192018-01-23 10:49:04 -0800659 srcs, library.baseCompiler.pathDeps, library.baseCompiler.cFlagsDeps))
Colin Crossa48ab5b2017-02-14 15:28:44 -0800660 } else if library.shared() {
Colin Crosse1bb5d02019-09-24 14:55:04 -0700661 srcs := android.PathsForModuleSrc(ctx, library.SharedProperties.Shared.Srcs)
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700662 objs = objs.Append(compileObjs(ctx, buildFlags, android.DeviceSharedLibrary,
Pirama Arumuga Nainarf231b192018-01-23 10:49:04 -0800663 srcs, library.baseCompiler.pathDeps, library.baseCompiler.cFlagsDeps))
Colin Crossb916a382016-07-29 17:28:03 -0700664 }
665
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700666 return objs
Colin Crossb916a382016-07-29 17:28:03 -0700667}
668
669type libraryInterface interface {
Colin Cross3572cf72020-10-01 15:58:11 -0700670 versionedInterface
671
Colin Crossb916a382016-07-29 17:28:03 -0700672 static() bool
Inseob Kimae553032019-05-14 18:52:49 +0900673 shared() bool
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700674 objs() Objects
Colin Cross0de8a1e2020-09-18 14:15:30 -0700675 reuseObjs() Objects
Colin Cross26c34ed2016-09-30 17:10:16 -0700676 toc() android.OptionalPath
Colin Crossb916a382016-07-29 17:28:03 -0700677
678 // Returns true if the build options for the module have selected a static or shared build
679 buildStatic() bool
680 buildShared() bool
681
682 // Sets whether a specific variant is static or shared
Colin Crossa48ab5b2017-02-14 15:28:44 -0800683 setStatic()
684 setShared()
Logan Chien41eabe62019-04-10 13:33:58 +0800685
686 // Write LOCAL_ADDITIONAL_DEPENDENCIES for ABI diff
687 androidMkWriteAdditionalDependenciesForSourceAbiDiff(w io.Writer)
Jiyong Parka90ca002019-10-07 15:47:24 +0900688
689 availableFor(string) bool
Colin Crossb916a382016-07-29 17:28:03 -0700690}
691
Colin Crossc88c2722020-09-28 17:32:47 -0700692type versionedInterface interface {
693 buildStubs() bool
694 setBuildStubs()
695 hasStubsVariants() bool
696 setStubsVersion(string)
697 stubsVersion() string
698
Colin Cross3572cf72020-10-01 15:58:11 -0700699 stubsVersions(ctx android.BaseMutatorContext) []string
Colin Crossc88c2722020-09-28 17:32:47 -0700700 setAllStubsVersions([]string)
701 allStubsVersions() []string
Colin Cross0477b422020-10-13 18:43:54 -0700702
703 implementationModuleName(name string) string
Colin Crossc88c2722020-09-28 17:32:47 -0700704}
705
706var _ libraryInterface = (*libraryDecorator)(nil)
707var _ versionedInterface = (*libraryDecorator)(nil)
708
Jooyung Han0302a842019-10-30 18:43:49 +0900709func (library *libraryDecorator) getLibNameHelper(baseModuleName string, useVndk bool) string {
Colin Crossb916a382016-07-29 17:28:03 -0700710 name := library.libName
711 if name == "" {
dimitryd95964a2018-11-07 13:43:34 +0100712 name = String(library.Properties.Stem)
713 if name == "" {
Jooyung Han0302a842019-10-30 18:43:49 +0900714 name = baseModuleName
dimitryd95964a2018-11-07 13:43:34 +0100715 }
Colin Crossb916a382016-07-29 17:28:03 -0700716 }
717
Colin Cross0fd6a412019-08-16 14:22:10 -0700718 suffix := ""
Jooyung Han0302a842019-10-30 18:43:49 +0900719 if useVndk {
Justin Yun63e9ec72020-10-29 16:49:43 +0900720 // TODO(b/150902910): product variant must use Target.Product
Colin Cross0fd6a412019-08-16 14:22:10 -0700721 suffix = String(library.Properties.Target.Vendor.Suffix)
722 }
723 if suffix == "" {
724 suffix = String(library.Properties.Suffix)
725 }
726
Jooyung Han0302a842019-10-30 18:43:49 +0900727 return name + suffix
728}
729
730func (library *libraryDecorator) getLibName(ctx BaseModuleContext) string {
731 name := library.getLibNameHelper(ctx.baseModuleName(), ctx.useVndk())
Colin Cross0fd6a412019-08-16 14:22:10 -0700732
Logan Chienf3511742017-10-31 18:04:35 +0800733 if ctx.isVndkExt() {
Jooyung Han4c2b9422019-10-22 19:53:47 +0900734 // vndk-ext lib should have the same name with original lib
735 ctx.VisitDirectDepsWithTag(vndkExtDepTag, func(module android.Module) {
736 originalName := module.(*Module).outputFile.Path()
737 name = strings.TrimSuffix(originalName.Base(), originalName.Ext())
738 })
Logan Chienf3511742017-10-31 18:04:35 +0800739 }
740
Colin Crossb916a382016-07-29 17:28:03 -0700741 if ctx.Host() && Bool(library.Properties.Unique_host_soname) {
742 if !strings.HasSuffix(name, "-host") {
743 name = name + "-host"
744 }
745 }
746
Inseob Kim0ce291e2019-07-04 14:38:27 +0900747 return name
Colin Crossb916a382016-07-29 17:28:03 -0700748}
749
Jiyong Parkda732bd2018-11-02 18:23:15 +0900750var versioningMacroNamesListMutex sync.Mutex
751
Colin Crossb916a382016-07-29 17:28:03 -0700752func (library *libraryDecorator) linkerInit(ctx BaseModuleContext) {
753 location := InstallInSystem
Dan Albert61f32122018-07-26 14:00:24 -0700754 if library.baseLinker.sanitize.inSanitizerDir() {
Vishwath Mohan1dd88392017-03-29 22:00:18 -0700755 location = InstallInSanitizerDir
Colin Crossb916a382016-07-29 17:28:03 -0700756 }
757 library.baseInstaller.location = location
Colin Crossb916a382016-07-29 17:28:03 -0700758 library.baseLinker.linkerInit(ctx)
Jiyong Park7ed9de32018-10-15 22:25:07 +0900759 // Let baseLinker know whether this variant is for stubs or not, so that
760 // it can omit things that are not required for linking stubs.
761 library.baseLinker.dynamicProperties.BuildStubs = library.buildStubs()
Jiyong Parkda732bd2018-11-02 18:23:15 +0900762
763 if library.buildStubs() {
764 macroNames := versioningMacroNamesList(ctx.Config())
765 myName := versioningMacroName(ctx.ModuleName())
766 versioningMacroNamesListMutex.Lock()
767 defer versioningMacroNamesListMutex.Unlock()
768 if (*macroNames)[myName] == "" {
769 (*macroNames)[myName] = ctx.ModuleName()
770 } else if (*macroNames)[myName] != ctx.ModuleName() {
771 ctx.ModuleErrorf("Macro name %q for versioning conflicts with macro name from module %q ", myName, (*macroNames)[myName])
772 }
773 }
Colin Crossb916a382016-07-29 17:28:03 -0700774}
775
dimitry0345ad82018-12-05 16:28:14 +0100776func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
777 deps = library.baseCompiler.compilerDeps(ctx, deps)
778
dimitry0345ad82018-12-05 16:28:14 +0100779 return deps
780}
781
Colin Cross37047f12016-12-13 17:06:13 -0800782func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dan Willemsen3a26eef2018-12-03 15:25:46 -0800783 if library.static() {
Martin Stjernholm10566a02020-03-24 01:19:52 +0000784 // Compare with nil because an empty list needs to be propagated.
Colin Crosse1bb5d02019-09-24 14:55:04 -0700785 if library.StaticProperties.Static.System_shared_libs != nil {
786 library.baseLinker.Properties.System_shared_libs = library.StaticProperties.Static.System_shared_libs
Dan Willemsen3a26eef2018-12-03 15:25:46 -0800787 }
788 } else if library.shared() {
Martin Stjernholm10566a02020-03-24 01:19:52 +0000789 // Compare with nil because an empty list needs to be propagated.
Colin Crosse1bb5d02019-09-24 14:55:04 -0700790 if library.SharedProperties.Shared.System_shared_libs != nil {
791 library.baseLinker.Properties.System_shared_libs = library.SharedProperties.Shared.System_shared_libs
Dan Willemsen3a26eef2018-12-03 15:25:46 -0800792 }
793 }
794
Colin Crossb916a382016-07-29 17:28:03 -0700795 deps = library.baseLinker.linkerDeps(ctx, deps)
796
797 if library.static() {
798 deps.WholeStaticLibs = append(deps.WholeStaticLibs,
Colin Crosse1bb5d02019-09-24 14:55:04 -0700799 library.StaticProperties.Static.Whole_static_libs...)
800 deps.StaticLibs = append(deps.StaticLibs, library.StaticProperties.Static.Static_libs...)
801 deps.SharedLibs = append(deps.SharedLibs, library.StaticProperties.Static.Shared_libs...)
Colin Crosseefe9a32019-01-22 14:41:08 -0800802
Colin Crosse1bb5d02019-09-24 14:55:04 -0700803 deps.ReexportSharedLibHeaders = append(deps.ReexportSharedLibHeaders, library.StaticProperties.Static.Export_shared_lib_headers...)
804 deps.ReexportStaticLibHeaders = append(deps.ReexportStaticLibHeaders, library.StaticProperties.Static.Export_static_lib_headers...)
Colin Crossa48ab5b2017-02-14 15:28:44 -0800805 } else if library.shared() {
Dan Willemsen2e47b342016-11-17 01:02:25 -0800806 if ctx.toolchain().Bionic() && !Bool(library.baseLinker.Properties.Nocrt) {
Dan Albert92fe7402020-07-15 13:33:30 -0700807 deps.CrtBegin = "crtbegin_so"
808 deps.CrtEnd = "crtend_so"
Colin Cross4d9c2d12016-07-29 12:48:20 -0700809 }
Colin Crosse1bb5d02019-09-24 14:55:04 -0700810 deps.WholeStaticLibs = append(deps.WholeStaticLibs, library.SharedProperties.Shared.Whole_static_libs...)
811 deps.StaticLibs = append(deps.StaticLibs, library.SharedProperties.Shared.Static_libs...)
812 deps.SharedLibs = append(deps.SharedLibs, library.SharedProperties.Shared.Shared_libs...)
Colin Crosseefe9a32019-01-22 14:41:08 -0800813
Colin Crosse1bb5d02019-09-24 14:55:04 -0700814 deps.ReexportSharedLibHeaders = append(deps.ReexportSharedLibHeaders, library.SharedProperties.Shared.Export_shared_lib_headers...)
815 deps.ReexportStaticLibHeaders = append(deps.ReexportStaticLibHeaders, library.SharedProperties.Shared.Export_static_lib_headers...)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700816 }
Justin Yun63e9ec72020-10-29 16:49:43 +0900817 // TODO(b/150902910): product variant must use Target.Product
Jiyong Park52d25bd2017-10-13 09:17:01 +0900818 if ctx.useVndk() {
819 deps.WholeStaticLibs = removeListFromList(deps.WholeStaticLibs, library.baseLinker.Properties.Target.Vendor.Exclude_static_libs)
820 deps.SharedLibs = removeListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Vendor.Exclude_shared_libs)
821 deps.StaticLibs = removeListFromList(deps.StaticLibs, library.baseLinker.Properties.Target.Vendor.Exclude_static_libs)
Victor Chang51271c12019-01-30 16:02:22 +0000822 deps.ReexportSharedLibHeaders = removeListFromList(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Vendor.Exclude_shared_libs)
823 deps.ReexportStaticLibHeaders = removeListFromList(deps.ReexportStaticLibHeaders, library.baseLinker.Properties.Target.Vendor.Exclude_static_libs)
Jiyong Park52d25bd2017-10-13 09:17:01 +0900824 }
Jiyong Parkf9332f12018-02-01 00:54:12 +0900825 if ctx.inRecovery() {
826 deps.WholeStaticLibs = removeListFromList(deps.WholeStaticLibs, library.baseLinker.Properties.Target.Recovery.Exclude_static_libs)
827 deps.SharedLibs = removeListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Recovery.Exclude_shared_libs)
828 deps.StaticLibs = removeListFromList(deps.StaticLibs, library.baseLinker.Properties.Target.Recovery.Exclude_static_libs)
Victor Chang51271c12019-01-30 16:02:22 +0000829 deps.ReexportSharedLibHeaders = removeListFromList(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Recovery.Exclude_shared_libs)
830 deps.ReexportStaticLibHeaders = removeListFromList(deps.ReexportStaticLibHeaders, library.baseLinker.Properties.Target.Recovery.Exclude_static_libs)
Jiyong Parkf9332f12018-02-01 00:54:12 +0900831 }
Yifan Hongcf4832c2020-01-21 17:04:13 -0800832 if ctx.inRamdisk() {
833 deps.WholeStaticLibs = removeListFromList(deps.WholeStaticLibs, library.baseLinker.Properties.Target.Ramdisk.Exclude_static_libs)
834 deps.SharedLibs = removeListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Ramdisk.Exclude_shared_libs)
835 deps.StaticLibs = removeListFromList(deps.StaticLibs, library.baseLinker.Properties.Target.Ramdisk.Exclude_static_libs)
836 deps.ReexportSharedLibHeaders = removeListFromList(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Ramdisk.Exclude_shared_libs)
837 deps.ReexportStaticLibHeaders = removeListFromList(deps.ReexportStaticLibHeaders, library.baseLinker.Properties.Target.Ramdisk.Exclude_static_libs)
838 }
Yifan Hong6da33c22020-10-27 15:01:21 -0700839 if ctx.inVendorRamdisk() {
840 deps.WholeStaticLibs = removeListFromList(deps.WholeStaticLibs, library.baseLinker.Properties.Target.Vendor_ramdisk.Exclude_static_libs)
841 deps.SharedLibs = removeListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Vendor_ramdisk.Exclude_shared_libs)
842 deps.StaticLibs = removeListFromList(deps.StaticLibs, library.baseLinker.Properties.Target.Vendor_ramdisk.Exclude_static_libs)
843 deps.ReexportSharedLibHeaders = removeListFromList(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Vendor_ramdisk.Exclude_shared_libs)
844 deps.ReexportStaticLibHeaders = removeListFromList(deps.ReexportStaticLibHeaders, library.baseLinker.Properties.Target.Vendor_ramdisk.Exclude_static_libs)
845 }
Colin Cross2383f3b2018-02-06 14:40:13 -0800846
Colin Cross4d9c2d12016-07-29 12:48:20 -0700847 return deps
848}
849
Paul Duffin13f02712020-03-06 12:30:43 +0000850func (library *libraryDecorator) linkerSpecifiedDeps(specifiedDeps specifiedDeps) specifiedDeps {
851 specifiedDeps = library.baseLinker.linkerSpecifiedDeps(specifiedDeps)
852 var properties StaticOrSharedProperties
853 if library.static() {
854 properties = library.StaticProperties.Static
855 } else if library.shared() {
856 properties = library.SharedProperties.Shared
857 }
858
859 specifiedDeps.sharedLibs = append(specifiedDeps.sharedLibs, properties.Shared_libs...)
Martin Stjernholm10566a02020-03-24 01:19:52 +0000860
861 // Must distinguish nil and [] in system_shared_libs - ensure that [] in
862 // either input list doesn't come out as nil.
863 if specifiedDeps.systemSharedLibs == nil {
864 specifiedDeps.systemSharedLibs = properties.System_shared_libs
865 } else {
866 specifiedDeps.systemSharedLibs = append(specifiedDeps.systemSharedLibs, properties.System_shared_libs...)
867 }
Paul Duffin13f02712020-03-06 12:30:43 +0000868
869 specifiedDeps.sharedLibs = android.FirstUniqueStrings(specifiedDeps.sharedLibs)
Martin Stjernholm10566a02020-03-24 01:19:52 +0000870 if len(specifiedDeps.systemSharedLibs) > 0 {
871 // Skip this if systemSharedLibs is either nil or [], to ensure they are
872 // retained.
873 specifiedDeps.systemSharedLibs = android.FirstUniqueStrings(specifiedDeps.systemSharedLibs)
874 }
Paul Duffin13f02712020-03-06 12:30:43 +0000875 return specifiedDeps
876}
877
Colin Crossb916a382016-07-29 17:28:03 -0700878func (library *libraryDecorator) linkStatic(ctx ModuleContext,
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700879 flags Flags, deps PathDeps, objs Objects) android.Path {
Colin Cross4d9c2d12016-07-29 12:48:20 -0700880
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700881 library.objects = deps.WholeStaticLibObjs.Copy()
882 library.objects = library.objects.Append(objs)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700883
Inseob Kim0ce291e2019-07-04 14:38:27 +0900884 fileName := ctx.ModuleName() + staticLibraryExtension
Colin Cross86803cf2018-02-15 14:12:26 -0800885 outputFile := android.PathForModuleOut(ctx, fileName)
Dan Willemsen581341d2017-02-09 16:16:31 -0800886 builderFlags := flagsToBuilderFlags(flags)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700887
Dan Willemsen569edc52018-11-19 09:33:29 -0800888 if Bool(library.baseLinker.Properties.Use_version_lib) {
889 if ctx.Host() {
890 versionedOutputFile := outputFile
891 outputFile = android.PathForModuleOut(ctx, "unversioned", fileName)
892 library.injectVersionSymbol(ctx, outputFile, versionedOutputFile)
893 } else {
894 versionedOutputFile := android.PathForModuleOut(ctx, "versioned", fileName)
Jingwen Chen40fd90a2020-06-15 05:24:19 +0000895 library.distFile = versionedOutputFile
Dan Willemsen569edc52018-11-19 09:33:29 -0800896 library.injectVersionSymbol(ctx, outputFile, versionedOutputFile)
897 }
Colin Cross86803cf2018-02-15 14:12:26 -0800898 }
899
Martin Stjernholm391d94c2020-04-17 17:34:31 +0100900 TransformObjToStaticLib(ctx, library.objects.objFiles, deps.WholeStaticLibsFromPrebuilts, builderFlags, outputFile, objs.tidyFiles)
Dan Willemsen581341d2017-02-09 16:16:31 -0800901
Inseob Kim0ce291e2019-07-04 14:38:27 +0900902 library.coverageOutputFile = TransformCoverageFilesToZip(ctx, library.objects, ctx.ModuleName())
Colin Cross4d9c2d12016-07-29 12:48:20 -0700903
Colin Cross4d9c2d12016-07-29 12:48:20 -0700904 ctx.CheckbuildFile(outputFile)
905
Colin Cross0de8a1e2020-09-18 14:15:30 -0700906 ctx.SetProvider(StaticLibraryInfoProvider, StaticLibraryInfo{
907 StaticLibrary: outputFile,
908 ReuseObjects: library.reuseObjects,
909 Objects: library.objects,
910
911 TransitiveStaticLibrariesForOrdering: android.NewDepSetBuilder(android.TOPOLOGICAL).
912 Direct(outputFile).
913 Transitive(deps.TranstiveStaticLibrariesForOrdering).
914 Build(),
915 })
916
Colin Cross4d9c2d12016-07-29 12:48:20 -0700917 return outputFile
918}
919
Colin Crossb916a382016-07-29 17:28:03 -0700920func (library *libraryDecorator) linkShared(ctx ModuleContext,
Dan Willemsen5cb580f2016-09-26 17:33:01 -0700921 flags Flags, deps PathDeps, objs Objects) android.Path {
Colin Cross4d9c2d12016-07-29 12:48:20 -0700922
923 var linkerDeps android.Paths
Pirama Arumuga Nainarada83ec2017-08-31 23:38:27 -0700924 linkerDeps = append(linkerDeps, flags.LdFlagsDeps...)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700925
Colin Cross2383f3b2018-02-06 14:40:13 -0800926 unexportedSymbols := ctx.ExpandOptionalSource(library.Properties.Unexported_symbols_list, "unexported_symbols_list")
927 forceNotWeakSymbols := ctx.ExpandOptionalSource(library.Properties.Force_symbols_not_weak_list, "force_symbols_not_weak_list")
928 forceWeakSymbols := ctx.ExpandOptionalSource(library.Properties.Force_symbols_weak_list, "force_symbols_weak_list")
Colin Cross4d9c2d12016-07-29 12:48:20 -0700929 if !ctx.Darwin() {
Colin Cross4d9c2d12016-07-29 12:48:20 -0700930 if unexportedSymbols.Valid() {
931 ctx.PropertyErrorf("unexported_symbols_list", "Only supported on Darwin")
932 }
933 if forceNotWeakSymbols.Valid() {
934 ctx.PropertyErrorf("force_symbols_not_weak_list", "Only supported on Darwin")
935 }
936 if forceWeakSymbols.Valid() {
937 ctx.PropertyErrorf("force_symbols_weak_list", "Only supported on Darwin")
938 }
939 } else {
Colin Cross4d9c2d12016-07-29 12:48:20 -0700940 if unexportedSymbols.Valid() {
Colin Cross4af21ed2019-11-04 09:37:55 -0800941 flags.Local.LdFlags = append(flags.Local.LdFlags, "-Wl,-unexported_symbols_list,"+unexportedSymbols.String())
Colin Cross4d9c2d12016-07-29 12:48:20 -0700942 linkerDeps = append(linkerDeps, unexportedSymbols.Path())
943 }
944 if forceNotWeakSymbols.Valid() {
Colin Cross4af21ed2019-11-04 09:37:55 -0800945 flags.Local.LdFlags = append(flags.Local.LdFlags, "-Wl,-force_symbols_not_weak_list,"+forceNotWeakSymbols.String())
Colin Cross4d9c2d12016-07-29 12:48:20 -0700946 linkerDeps = append(linkerDeps, forceNotWeakSymbols.Path())
947 }
948 if forceWeakSymbols.Valid() {
Colin Cross4af21ed2019-11-04 09:37:55 -0800949 flags.Local.LdFlags = append(flags.Local.LdFlags, "-Wl,-force_symbols_weak_list,"+forceWeakSymbols.String())
Colin Cross4d9c2d12016-07-29 12:48:20 -0700950 linkerDeps = append(linkerDeps, forceWeakSymbols.Path())
951 }
952 }
Colin Cross8e21aa52020-09-28 18:28:02 -0700953 if library.versionScriptPath.Valid() {
Jiyong Parkc1e7f482019-01-12 13:39:10 +0900954 linkerScriptFlags := "-Wl,--version-script," + library.versionScriptPath.String()
Colin Cross4af21ed2019-11-04 09:37:55 -0800955 flags.Local.LdFlags = append(flags.Local.LdFlags, linkerScriptFlags)
Colin Cross8e21aa52020-09-28 18:28:02 -0700956 linkerDeps = append(linkerDeps, library.versionScriptPath.Path())
Jiyong Parkc1e7f482019-01-12 13:39:10 +0900957 }
Colin Cross4d9c2d12016-07-29 12:48:20 -0700958
959 fileName := library.getLibName(ctx) + flags.Toolchain.ShlibSuffix()
960 outputFile := android.PathForModuleOut(ctx, fileName)
Colin Cross0de8a1e2020-09-18 14:15:30 -0700961 unstrippedOutputFile := outputFile
Colin Cross4d9c2d12016-07-29 12:48:20 -0700962
Josh Gao75a50a22019-06-07 17:58:59 -0700963 var implicitOutputs android.WritablePaths
964 if ctx.Windows() {
965 importLibraryPath := android.PathForModuleOut(ctx, pathtools.ReplaceExtension(fileName, "lib"))
966
Colin Cross4af21ed2019-11-04 09:37:55 -0800967 flags.Local.LdFlags = append(flags.Local.LdFlags, "-Wl,--out-implib="+importLibraryPath.String())
Josh Gao75a50a22019-06-07 17:58:59 -0700968 implicitOutputs = append(implicitOutputs, importLibraryPath)
969 }
970
Colin Cross4d9c2d12016-07-29 12:48:20 -0700971 builderFlags := flagsToBuilderFlags(flags)
972
Colin Crossb496cfd2018-09-10 16:50:05 -0700973 // Optimize out relinking against shared libraries whose interface hasn't changed by
974 // depending on a table of contents file instead of the library itself.
Colin Cross70dda7e2019-10-01 22:05:35 -0700975 tocFile := outputFile.ReplaceExtension(ctx, flags.Toolchain.ShlibSuffix()[1:]+".toc")
Colin Crossb496cfd2018-09-10 16:50:05 -0700976 library.tocFile = android.OptionalPathForPath(tocFile)
977 TransformSharedObjectToToc(ctx, outputFile, tocFile, builderFlags)
Colin Cross89562dc2016-10-03 17:47:19 -0700978
Thiébaud Weksteend4587452020-08-19 14:53:01 +0200979 stripFlags := flagsToStripFlags(flags)
980 if library.stripper.NeedsStrip(ctx) {
Yi Kongb5c34d72018-11-07 16:28:49 -0800981 if ctx.Darwin() {
Thiébaud Weksteend4587452020-08-19 14:53:01 +0200982 stripFlags.StripUseGnuStrip = true
Yi Kongb5c34d72018-11-07 16:28:49 -0800983 }
Colin Cross4d9c2d12016-07-29 12:48:20 -0700984 strippedOutputFile := outputFile
985 outputFile = android.PathForModuleOut(ctx, "unstripped", fileName)
Thiébaud Weksteend4587452020-08-19 14:53:01 +0200986 library.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile, stripFlags)
Colin Cross4d9c2d12016-07-29 12:48:20 -0700987 }
Colin Crossb60190a2018-09-04 16:28:17 -0700988 library.unstrippedOutputFile = outputFile
989
Colin Crossd7227f92019-09-05 14:26:33 -0700990 outputFile = maybeInjectBoringSSLHash(ctx, outputFile, library.Properties.Inject_bssl_hash, fileName)
Pete Bentley803e1612019-08-06 22:19:59 +0100991
Dan Willemsen569edc52018-11-19 09:33:29 -0800992 if Bool(library.baseLinker.Properties.Use_version_lib) {
993 if ctx.Host() {
994 versionedOutputFile := outputFile
995 outputFile = android.PathForModuleOut(ctx, "unversioned", fileName)
996 library.injectVersionSymbol(ctx, outputFile, versionedOutputFile)
997 } else {
998 versionedOutputFile := android.PathForModuleOut(ctx, "versioned", fileName)
Jingwen Chen40fd90a2020-06-15 05:24:19 +0000999 library.distFile = versionedOutputFile
Dan Willemsen569edc52018-11-19 09:33:29 -08001000
Thiébaud Weksteend4587452020-08-19 14:53:01 +02001001 if library.stripper.NeedsStrip(ctx) {
Dan Willemsen569edc52018-11-19 09:33:29 -08001002 out := android.PathForModuleOut(ctx, "versioned-stripped", fileName)
Jingwen Chen40fd90a2020-06-15 05:24:19 +00001003 library.distFile = out
Thiébaud Weksteend4587452020-08-19 14:53:01 +02001004 library.stripper.StripExecutableOrSharedLib(ctx, versionedOutputFile, out, stripFlags)
Dan Willemsen569edc52018-11-19 09:33:29 -08001005 }
1006
1007 library.injectVersionSymbol(ctx, outputFile, versionedOutputFile)
1008 }
Colin Cross86803cf2018-02-15 14:12:26 -08001009 }
1010
Jiyong Park64a44f22019-01-18 14:37:08 +09001011 sharedLibs := deps.EarlySharedLibs
1012 sharedLibs = append(sharedLibs, deps.SharedLibs...)
Colin Cross4d9c2d12016-07-29 12:48:20 -07001013 sharedLibs = append(sharedLibs, deps.LateSharedLibs...)
1014
Jiyong Park64a44f22019-01-18 14:37:08 +09001015 linkerDeps = append(linkerDeps, deps.EarlySharedLibsDeps...)
Colin Cross26c34ed2016-09-30 17:10:16 -07001016 linkerDeps = append(linkerDeps, deps.SharedLibsDeps...)
1017 linkerDeps = append(linkerDeps, deps.LateSharedLibsDeps...)
Dan Willemsena03cf6d2016-09-26 15:45:04 -07001018 linkerDeps = append(linkerDeps, objs.tidyFiles...)
Colin Cross26c34ed2016-09-30 17:10:16 -07001019
Vic Yang6cd1be82019-06-24 16:08:48 -07001020 if Bool(library.Properties.Sort_bss_symbols_by_size) {
1021 unsortedOutputFile := android.PathForModuleOut(ctx, "unsorted", fileName)
1022 TransformObjToDynamicBinary(ctx, objs.objFiles, sharedLibs,
1023 deps.StaticLibs, deps.LateStaticLibs, deps.WholeStaticLibs,
1024 linkerDeps, deps.CrtBegin, deps.CrtEnd, false, builderFlags, unsortedOutputFile, implicitOutputs)
1025
1026 symbolOrderingFile := android.PathForModuleOut(ctx, "unsorted", fileName+".symbol_order")
1027 symbolOrderingFlag := library.baseLinker.sortBssSymbolsBySize(ctx, unsortedOutputFile, symbolOrderingFile, builderFlags)
Colin Cross6d88dba2019-11-06 07:06:58 -08001028 builderFlags.localLdFlags += " " + symbolOrderingFlag
Vic Yang6cd1be82019-06-24 16:08:48 -07001029 linkerDeps = append(linkerDeps, symbolOrderingFile)
1030 }
1031
Dan Willemsen5cb580f2016-09-26 17:33:01 -07001032 TransformObjToDynamicBinary(ctx, objs.objFiles, sharedLibs,
Colin Cross4d9c2d12016-07-29 12:48:20 -07001033 deps.StaticLibs, deps.LateStaticLibs, deps.WholeStaticLibs,
Josh Gao75a50a22019-06-07 17:58:59 -07001034 linkerDeps, deps.CrtBegin, deps.CrtEnd, false, builderFlags, outputFile, implicitOutputs)
Colin Cross4d9c2d12016-07-29 12:48:20 -07001035
Dan Willemsen581341d2017-02-09 16:16:31 -08001036 objs.coverageFiles = append(objs.coverageFiles, deps.StaticLibObjs.coverageFiles...)
1037 objs.coverageFiles = append(objs.coverageFiles, deps.WholeStaticLibObjs.coverageFiles...)
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -08001038
1039 objs.sAbiDumpFiles = append(objs.sAbiDumpFiles, deps.StaticLibObjs.sAbiDumpFiles...)
1040 objs.sAbiDumpFiles = append(objs.sAbiDumpFiles, deps.WholeStaticLibObjs.sAbiDumpFiles...)
1041
Oliver Nguyenc7434142019-04-24 14:22:25 -07001042 library.coverageOutputFile = TransformCoverageFilesToZip(ctx, objs, library.getLibName(ctx))
Colin Cross0de8a1e2020-09-18 14:15:30 -07001043 library.linkSAbiDumpFiles(ctx, objs, fileName, unstrippedOutputFile)
Dan Willemsen581341d2017-02-09 16:16:31 -08001044
Colin Cross0de8a1e2020-09-18 14:15:30 -07001045 var staticAnalogue *StaticLibraryInfo
1046 if static := ctx.GetDirectDepsWithTag(staticVariantTag); len(static) > 0 {
1047 s := ctx.OtherModuleProvider(static[0], StaticLibraryInfoProvider).(StaticLibraryInfo)
1048 staticAnalogue = &s
1049 }
1050
1051 ctx.SetProvider(SharedLibraryInfoProvider, SharedLibraryInfo{
1052 TableOfContents: android.OptionalPathForPath(tocFile),
1053 SharedLibrary: unstrippedOutputFile,
1054 UnstrippedSharedLibrary: library.unstrippedOutputFile,
1055 CoverageSharedLibrary: library.coverageOutputFile,
1056 StaticAnalogue: staticAnalogue,
1057 })
1058
1059 stubs := ctx.GetDirectDepsWithTag(stubImplDepTag)
1060 if len(stubs) > 0 {
1061 var stubsInfo []SharedLibraryStubsInfo
1062 for _, stub := range stubs {
1063 stubInfo := ctx.OtherModuleProvider(stub, SharedLibraryInfoProvider).(SharedLibraryInfo)
1064 flagInfo := ctx.OtherModuleProvider(stub, FlagExporterInfoProvider).(FlagExporterInfo)
1065 stubsInfo = append(stubsInfo, SharedLibraryStubsInfo{
Colin Cross31076b32020-10-23 17:22:06 -07001066 Version: moduleLibraryInterface(stub).stubsVersion(),
Colin Cross0de8a1e2020-09-18 14:15:30 -07001067 SharedLibraryInfo: stubInfo,
1068 FlagExporterInfo: flagInfo,
1069 })
1070 }
1071 ctx.SetProvider(SharedLibraryImplementationStubsInfoProvider, SharedLibraryImplementationStubsInfo{
1072 SharedLibraryStubsInfos: stubsInfo,
1073
1074 IsLLNDK: ctx.isLlndk(ctx.Config()),
1075 })
1076 }
1077
1078 return unstrippedOutputFile
Colin Cross4d9c2d12016-07-29 12:48:20 -07001079}
1080
Jiyong Parkaf6d8952019-01-31 12:21:23 +09001081func (library *libraryDecorator) unstrippedOutputFilePath() android.Path {
1082 return library.unstrippedOutputFile
1083}
1084
Thiébaud Weksteend4587452020-08-19 14:53:01 +02001085func (library *libraryDecorator) disableStripping() {
1086 library.stripper.StripProperties.Strip.None = BoolPtr(true)
1087}
1088
Pirama Arumuga Nainar65c95ff2019-03-25 10:21:31 -07001089func (library *libraryDecorator) nativeCoverage() bool {
1090 if library.header() || library.buildStubs() {
1091 return false
1092 }
1093 return true
1094}
1095
Jiyong Parkee9a98d2019-08-09 14:44:36 +09001096func (library *libraryDecorator) coverageOutputFilePath() android.OptionalPath {
1097 return library.coverageOutputFile
1098}
1099
Logan Chien7eefdc42018-07-11 18:10:41 +08001100func getRefAbiDumpFile(ctx ModuleContext, vndkVersion, fileName string) android.Path {
Hsin-Yi Chen27d235f2020-03-26 17:50:29 +08001101 // The logic must be consistent with classifySourceAbiDump.
Colin Cross95f1ca02020-10-29 20:47:22 -07001102 isNdk := ctx.isNdk(ctx.Config())
Hsin-Yi Chen27d235f2020-03-26 17:50:29 +08001103 isLlndkOrVndk := ctx.isLlndkPublic(ctx.Config()) || (ctx.useVndk() && ctx.isVndk())
Logan Chien7eefdc42018-07-11 18:10:41 +08001104
Hsin-Yi Chen53489642019-07-31 17:10:45 +08001105 refAbiDumpTextFile := android.PathForVndkRefAbiDump(ctx, vndkVersion, fileName, isNdk, isLlndkOrVndk, false)
1106 refAbiDumpGzipFile := android.PathForVndkRefAbiDump(ctx, vndkVersion, fileName, isNdk, isLlndkOrVndk, true)
Logan Chien7eefdc42018-07-11 18:10:41 +08001107
1108 if refAbiDumpTextFile.Valid() {
1109 if refAbiDumpGzipFile.Valid() {
1110 ctx.ModuleErrorf(
1111 "Two reference ABI dump files are found: %q and %q. Please delete the stale one.",
1112 refAbiDumpTextFile, refAbiDumpGzipFile)
1113 return nil
1114 }
1115 return refAbiDumpTextFile.Path()
1116 }
1117 if refAbiDumpGzipFile.Valid() {
1118 return UnzipRefDump(ctx, refAbiDumpGzipFile.Path(), fileName)
1119 }
1120 return nil
1121}
1122
Jayant Chowdhary6ab3d842017-06-26 12:52:58 -07001123func (library *libraryDecorator) linkSAbiDumpFiles(ctx ModuleContext, objs Objects, fileName string, soFile android.Path) {
Hsin-Yi Chenaf17d742019-07-29 17:46:59 +08001124 if library.shouldCreateSourceAbiDump(ctx) {
Inseob Kim96f17f02020-06-09 22:05:09 +09001125 var vndkVersion string
1126
1127 if ctx.useVndk() {
1128 // For modules linking against vndk, follow its vndk version
1129 vndkVersion = ctx.Module().(*Module).VndkVersion()
1130 } else {
1131 // Regard the other modules as PLATFORM_VNDK_VERSION
1132 vndkVersion = ctx.DeviceConfig().PlatformVndkVersion()
Logan Chienf3511742017-10-31 18:04:35 +08001133 }
1134
Jayant Chowdharya4fce192017-09-06 13:10:03 -07001135 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -08001136 var SourceAbiFlags []string
1137 for _, dir := range exportIncludeDirs.Strings() {
Jayant Chowdhary715cac32017-04-20 06:53:59 -07001138 SourceAbiFlags = append(SourceAbiFlags, "-I"+dir)
1139 }
Inseob Kim69378442019-06-03 19:10:47 +09001140 for _, reexportedInclude := range library.sabi.Properties.ReexportedIncludes {
1141 SourceAbiFlags = append(SourceAbiFlags, "-I"+reexportedInclude)
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -08001142 }
1143 exportedHeaderFlags := strings.Join(SourceAbiFlags, " ")
Logan Chiene3d7a0d2019-01-17 00:18:02 +08001144 library.sAbiOutputFile = TransformDumpToLinkedDump(ctx, objs.sAbiDumpFiles, soFile, fileName, exportedHeaderFlags,
Jiyong Parka034b832019-08-27 14:02:19 +09001145 android.OptionalPathForModuleSrc(ctx, library.symbolFileForAbiCheck(ctx)),
Logan Chiene3d7a0d2019-01-17 00:18:02 +08001146 library.Properties.Header_abi_checker.Exclude_symbol_versions,
1147 library.Properties.Header_abi_checker.Exclude_symbol_tags)
Logan Chien2f2b8902018-07-10 15:01:19 +08001148
Hsin-Yi Chen53489642019-07-31 17:10:45 +08001149 addLsdumpPath(library.classifySourceAbiDump(ctx) + ":" + library.sAbiOutputFile.String())
1150
Logan Chien7eefdc42018-07-11 18:10:41 +08001151 refAbiDumpFile := getRefAbiDumpFile(ctx, vndkVersion, fileName)
1152 if refAbiDumpFile != nil {
Logan Chienf3511742017-10-31 18:04:35 +08001153 library.sAbiDiff = SourceAbiDiff(ctx, library.sAbiOutputFile.Path(),
Logan Chien2a65dda2019-10-01 15:58:07 -07001154 refAbiDumpFile, fileName, exportedHeaderFlags,
1155 Bool(library.Properties.Header_abi_checker.Check_all_apis),
Colin Cross95f1ca02020-10-29 20:47:22 -07001156 ctx.isLlndk(ctx.Config()), ctx.isNdk(ctx.Config()), ctx.isVndkExt())
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -08001157 }
1158 }
1159}
1160
Colin Crossb916a382016-07-29 17:28:03 -07001161func (library *libraryDecorator) link(ctx ModuleContext,
Dan Willemsen5cb580f2016-09-26 17:33:01 -07001162 flags Flags, deps PathDeps, objs Objects) android.Path {
Colin Cross4d9c2d12016-07-29 12:48:20 -07001163
Colin Crossad59e752017-11-16 14:29:11 -08001164 objs = deps.Objs.Copy().Append(objs)
Colin Cross4d9c2d12016-07-29 12:48:20 -07001165 var out android.Path
Colin Crossa48ab5b2017-02-14 15:28:44 -08001166 if library.static() || library.header() {
Dan Willemsen5cb580f2016-09-26 17:33:01 -07001167 out = library.linkStatic(ctx, flags, deps, objs)
Colin Cross4d9c2d12016-07-29 12:48:20 -07001168 } else {
Dan Willemsen5cb580f2016-09-26 17:33:01 -07001169 out = library.linkShared(ctx, flags, deps, objs)
Colin Cross4d9c2d12016-07-29 12:48:20 -07001170 }
1171
Inseob Kim69378442019-06-03 19:10:47 +09001172 library.exportIncludes(ctx)
1173 library.reexportDirs(deps.ReexportedDirs...)
1174 library.reexportSystemDirs(deps.ReexportedSystemDirs...)
1175 library.reexportFlags(deps.ReexportedFlags...)
1176 library.reexportDeps(deps.ReexportedDeps...)
Inseob Kimd110f872019-12-06 13:15:38 +09001177 library.addExportedGeneratedHeaders(deps.ReexportedGeneratedHeaders...)
Colin Cross4d9c2d12016-07-29 12:48:20 -07001178
Nan Zhang0007d812017-11-07 10:57:05 -08001179 if Bool(library.Properties.Aidl.Export_aidl_headers) {
Dan Willemsene1240db2016-11-03 14:28:51 -07001180 if library.baseCompiler.hasSrcExt(".aidl") {
Jiyong Park74955042019-10-22 20:19:51 +09001181 dir := android.PathForModuleGen(ctx, "aidl")
Inseob Kim69378442019-06-03 19:10:47 +09001182 library.reexportDirs(dir)
Inseob Kimd110f872019-12-06 13:15:38 +09001183
1184 // TODO: restrict to aidl deps
1185 library.reexportDeps(library.baseCompiler.pathDeps...)
1186 library.addExportedGeneratedHeaders(library.baseCompiler.pathDeps...)
Dan Willemsene1240db2016-11-03 14:28:51 -07001187 }
1188 }
1189
Nan Zhang0007d812017-11-07 10:57:05 -08001190 if Bool(library.Properties.Proto.Export_proto_headers) {
Dan Willemsene1240db2016-11-03 14:28:51 -07001191 if library.baseCompiler.hasSrcExt(".proto") {
Jiyong Park74955042019-10-22 20:19:51 +09001192 var includes android.Paths
Colin Cross19878da2019-03-28 14:45:07 -07001193 if flags.proto.CanonicalPathFromRoot {
Jiyong Park74955042019-10-22 20:19:51 +09001194 includes = append(includes, flags.proto.SubDir)
Colin Cross10d22312017-05-03 11:01:58 -07001195 }
Jiyong Park74955042019-10-22 20:19:51 +09001196 includes = append(includes, flags.proto.Dir)
Inseob Kim69378442019-06-03 19:10:47 +09001197 library.reexportDirs(includes...)
Inseob Kimd110f872019-12-06 13:15:38 +09001198
1199 // TODO: restrict to proto deps
1200 library.reexportDeps(library.baseCompiler.pathDeps...)
1201 library.addExportedGeneratedHeaders(library.baseCompiler.pathDeps...)
Colin Cross0c461f12016-10-20 16:11:43 -07001202 }
1203 }
1204
Inseob Kim07def122020-11-23 14:43:02 +09001205 // If the library is sysprop_library, expose either public or internal header selectively.
Inseob Kim21f26902018-09-06 00:55:20 +09001206 if library.baseCompiler.hasSrcExt(".sysprop") {
Jiyong Park74955042019-10-22 20:19:51 +09001207 dir := android.PathForModuleGen(ctx, "sysprop", "include")
Inseob Kimc0907f12019-02-08 21:00:45 +09001208 if library.Properties.Sysprop.Platform != nil {
Inseob Kim07def122020-11-23 14:43:02 +09001209 isClientProduct := ctx.ProductSpecific() && !ctx.useVndk()
1210 isClientVendor := ctx.useVndk()
Inseob Kimc0907f12019-02-08 21:00:45 +09001211 isOwnerPlatform := Bool(library.Properties.Sysprop.Platform)
1212
Inseob Kim07def122020-11-23 14:43:02 +09001213 // If the owner is different from the user, expose public header. That is,
1214 // 1) if the user is product (as owner can only be platform / vendor)
1215 // 2) if one is platform and the other is vendor
1216 // Exceptions are ramdisk and recovery. They are not enforced at all. So
1217 // they always use internal header.
Yifan Hong60e0cfb2020-10-21 15:17:56 -07001218 if !ctx.inRamdisk() && !ctx.inVendorRamdisk() && !ctx.inRecovery() &&
Inseob Kim07def122020-11-23 14:43:02 +09001219 (isClientProduct || (isOwnerPlatform == isClientVendor)) {
Jiyong Park74955042019-10-22 20:19:51 +09001220 dir = android.PathForModuleGen(ctx, "sysprop/public", "include")
Inseob Kimc0907f12019-02-08 21:00:45 +09001221 }
1222 }
1223
Inseob Kim69378442019-06-03 19:10:47 +09001224 library.reexportDirs(dir)
1225 library.reexportDeps(library.baseCompiler.pathDeps...)
Inseob Kimd110f872019-12-06 13:15:38 +09001226 library.addExportedGeneratedHeaders(library.baseCompiler.pathDeps...)
Inseob Kim21f26902018-09-06 00:55:20 +09001227 }
1228
Colin Cross5ec407b2020-09-30 11:41:33 -07001229 if library.buildStubs() && !library.skipAPIDefine {
Colin Cross0477b422020-10-13 18:43:54 -07001230 library.reexportFlags("-D" + versioningMacroName(ctx.Module().(*Module).ImplementationModuleName(ctx)) + "=" + library.stubsVersion())
Jiyong Parkda732bd2018-11-02 18:23:15 +09001231 }
1232
Colin Cross0de8a1e2020-09-18 14:15:30 -07001233 library.flagExporter.setProvider(ctx)
1234
Colin Cross4d9c2d12016-07-29 12:48:20 -07001235 return out
1236}
1237
Colin Crossb916a382016-07-29 17:28:03 -07001238func (library *libraryDecorator) buildStatic() bool {
Colin Crosse1bb5d02019-09-24 14:55:04 -07001239 return library.MutatedProperties.BuildStatic &&
1240 BoolDefault(library.StaticProperties.Static.Enabled, true)
Colin Cross4d9c2d12016-07-29 12:48:20 -07001241}
1242
Colin Crossb916a382016-07-29 17:28:03 -07001243func (library *libraryDecorator) buildShared() bool {
Colin Crosse1bb5d02019-09-24 14:55:04 -07001244 return library.MutatedProperties.BuildShared &&
1245 BoolDefault(library.SharedProperties.Shared.Enabled, true)
Colin Cross4d9c2d12016-07-29 12:48:20 -07001246}
1247
Dan Willemsen5cb580f2016-09-26 17:33:01 -07001248func (library *libraryDecorator) objs() Objects {
1249 return library.objects
Colin Cross4d9c2d12016-07-29 12:48:20 -07001250}
1251
Colin Cross0de8a1e2020-09-18 14:15:30 -07001252func (library *libraryDecorator) reuseObjs() Objects {
1253 return library.reuseObjects
Colin Cross4d9c2d12016-07-29 12:48:20 -07001254}
1255
Colin Cross26c34ed2016-09-30 17:10:16 -07001256func (library *libraryDecorator) toc() android.OptionalPath {
1257 return library.tocFile
1258}
1259
Jiyong Parkf1194352019-02-25 11:05:47 +09001260func (library *libraryDecorator) installSymlinkToRuntimeApex(ctx ModuleContext, file android.Path) {
1261 dir := library.baseInstaller.installDir(ctx)
1262 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
1263 target := "/" + filepath.Join("apex", "com.android.runtime", dir.Base(), "bionic", file.Base())
1264 ctx.InstallAbsoluteSymlink(dir, file.Base(), target)
1265 library.post_install_cmds = append(library.post_install_cmds, makeSymlinkCmd(dirOnDevice, file.Base(), target))
1266}
1267
Colin Crossb916a382016-07-29 17:28:03 -07001268func (library *libraryDecorator) install(ctx ModuleContext, file android.Path) {
Colin Crossc43ae772017-04-14 15:42:53 -07001269 if library.shared() {
Justin Yun8fe12122017-12-07 17:18:15 +09001270 if ctx.Device() && ctx.useVndk() {
Jooyung Han261e1582020-10-20 18:54:21 +09001271 // set subDir for VNDK extensions
1272 if ctx.isVndkExt() {
1273 if ctx.isVndkSp() {
1274 library.baseInstaller.subDir = "vndk-sp"
1275 } else {
1276 library.baseInstaller.subDir = "vndk"
1277 }
1278 }
1279
1280 // In some cases we want to use core variant for VNDK-Core libs
1281 if ctx.isVndk() && !ctx.isVndkSp() && !ctx.isVndkExt() {
Vic Yang1a5812a2020-01-31 10:38:40 -08001282 mayUseCoreVariant := true
1283
1284 if ctx.mustUseVendorVariant() {
1285 mayUseCoreVariant = false
1286 }
1287
Vic Yang1a5812a2020-01-31 10:38:40 -08001288 if ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == android.Arm64 {
1289 mayUseCoreVariant = false
1290 }
1291
1292 if mayUseCoreVariant {
Vic Yangd92090f2020-01-08 14:32:28 -08001293 library.checkSameCoreVariant = true
1294 if ctx.DeviceConfig().VndkUseCoreVariant() {
1295 library.useCoreVariant = true
1296 }
Vic Yangefd249e2018-11-12 20:19:56 -08001297 }
Justin Yun8fe12122017-12-07 17:18:15 +09001298 }
Logan Chienf3511742017-10-31 18:04:35 +08001299
Jooyung Han261e1582020-10-20 18:54:21 +09001300 // do not install vndk libs
1301 // vndk libs are packaged into VNDK APEX
Logan Chienf3511742017-10-31 18:04:35 +08001302 if ctx.isVndk() && !ctx.isVndkExt() {
Jooyung Han261e1582020-10-20 18:54:21 +09001303 return
Justin Yun8effde42017-06-23 19:24:43 +09001304 }
Colin Cross56a83212020-09-15 18:30:11 -07001305 } else if len(library.Properties.Stubs.Versions) > 0 && !ctx.Host() && ctx.directlyInAnyApex() {
Jiyong Parkf1194352019-02-25 11:05:47 +09001306 // Bionic libraries (e.g. libc.so) is installed to the bootstrap subdirectory.
1307 // The original path becomes a symlink to the corresponding file in the
1308 // runtime APEX.
Colin Cross3b19f5d2019-09-17 14:45:31 -07001309 translatedArch := ctx.Target().NativeBridge == android.NativeBridgeEnabled
Colin Cross56a83212020-09-15 18:30:11 -07001310 if InstallToBootstrap(ctx.baseModuleName(), ctx.Config()) && !library.buildStubs() &&
Yifan Hong60e0cfb2020-10-21 15:17:56 -07001311 !translatedArch && !ctx.inRamdisk() && !ctx.inVendorRamdisk() && !ctx.inRecovery() {
Martin Stjernholm279de572019-09-10 23:18:20 +01001312 if ctx.Device() {
Jiyong Parkc3e2c862019-03-16 01:10:08 +09001313 library.installSymlinkToRuntimeApex(ctx, file)
1314 }
Jiyong Park429660f2019-01-16 22:31:11 +09001315 library.baseInstaller.subDir = "bootstrap"
1316 }
Colin Cross56a83212020-09-15 18:30:11 -07001317 } else if ctx.directlyInAnyApex() && ctx.isLlndk(ctx.Config()) && !isBionic(ctx.baseModuleName()) {
Przemyslaw Szczepaniake6fc5072019-07-12 14:06:23 +01001318 // Skip installing LLNDK (non-bionic) libraries moved to APEX.
1319 ctx.Module().SkipInstall()
Justin Yun8effde42017-06-23 19:24:43 +09001320 }
Przemyslaw Szczepaniake6fc5072019-07-12 14:06:23 +01001321
Colin Cross4d9c2d12016-07-29 12:48:20 -07001322 library.baseInstaller.install(ctx, file)
1323 }
Dan Albertf563d252017-10-13 00:29:00 -07001324
Dan Albert281f22b2017-12-13 15:03:47 -08001325 if Bool(library.Properties.Static_ndk_lib) && library.static() &&
Yifan Hong60e0cfb2020-10-21 15:17:56 -07001326 !ctx.useVndk() && !ctx.inRamdisk() && !ctx.inVendorRamdisk() && !ctx.inRecovery() && ctx.Device() &&
Jiyong Park7ed9de32018-10-15 22:25:07 +09001327 library.baseLinker.sanitize.isUnsanitizedVariant() &&
Colin Crossc511bc52020-04-07 16:50:32 +00001328 !library.buildStubs() && ctx.sdkVersion() == "" {
Dan Albertf563d252017-10-13 00:29:00 -07001329 installPath := getNdkSysrootBase(ctx).Join(
Dan Albertea4b7b92018-04-25 16:05:30 -07001330 ctx, "usr/lib", config.NDKTriple(ctx.toolchain()), file.Base())
Dan Albertf563d252017-10-13 00:29:00 -07001331
1332 ctx.ModuleBuild(pctx, android.ModuleBuildParams{
1333 Rule: android.Cp,
1334 Description: "install " + installPath.Base(),
1335 Output: installPath,
1336 Input: file,
1337 })
1338
Colin Cross0875c522017-11-28 17:34:01 -08001339 library.ndkSysrootPath = installPath
Dan Albertf563d252017-10-13 00:29:00 -07001340 }
Colin Cross4d9c2d12016-07-29 12:48:20 -07001341}
1342
Paul Duffin0cb37b92020-03-04 14:52:46 +00001343func (library *libraryDecorator) everInstallable() bool {
1344 // Only shared and static libraries are installed. Header libraries (which are
1345 // neither static or shared) are not installed.
1346 return library.shared() || library.static()
1347}
1348
Colin Crossb916a382016-07-29 17:28:03 -07001349func (library *libraryDecorator) static() bool {
Colin Crossa48ab5b2017-02-14 15:28:44 -08001350 return library.MutatedProperties.VariantIsStatic
Colin Cross4d9c2d12016-07-29 12:48:20 -07001351}
1352
Colin Crossa48ab5b2017-02-14 15:28:44 -08001353func (library *libraryDecorator) shared() bool {
1354 return library.MutatedProperties.VariantIsShared
1355}
1356
1357func (library *libraryDecorator) header() bool {
1358 return !library.static() && !library.shared()
1359}
1360
1361func (library *libraryDecorator) setStatic() {
1362 library.MutatedProperties.VariantIsStatic = true
1363 library.MutatedProperties.VariantIsShared = false
1364}
1365
1366func (library *libraryDecorator) setShared() {
1367 library.MutatedProperties.VariantIsStatic = false
1368 library.MutatedProperties.VariantIsShared = true
Colin Crossb916a382016-07-29 17:28:03 -07001369}
1370
Colin Crossab3b7322016-12-09 14:46:15 -08001371func (library *libraryDecorator) BuildOnlyStatic() {
Colin Crossa48ab5b2017-02-14 15:28:44 -08001372 library.MutatedProperties.BuildShared = false
Colin Crossab3b7322016-12-09 14:46:15 -08001373}
1374
1375func (library *libraryDecorator) BuildOnlyShared() {
Colin Crossa48ab5b2017-02-14 15:28:44 -08001376 library.MutatedProperties.BuildStatic = false
Colin Crossab3b7322016-12-09 14:46:15 -08001377}
1378
Colin Cross5950f382016-12-13 12:50:57 -08001379func (library *libraryDecorator) HeaderOnly() {
Colin Crossa48ab5b2017-02-14 15:28:44 -08001380 library.MutatedProperties.BuildShared = false
1381 library.MutatedProperties.BuildStatic = false
Colin Cross5950f382016-12-13 12:50:57 -08001382}
1383
Colin Cross0477b422020-10-13 18:43:54 -07001384func (library *libraryDecorator) implementationModuleName(name string) string {
1385 return name
1386}
1387
Jiyong Park7ed9de32018-10-15 22:25:07 +09001388func (library *libraryDecorator) buildStubs() bool {
1389 return library.MutatedProperties.BuildStubs
1390}
1391
Jiyong Parka034b832019-08-27 14:02:19 +09001392func (library *libraryDecorator) symbolFileForAbiCheck(ctx ModuleContext) *string {
1393 if library.Properties.Header_abi_checker.Symbol_file != nil {
1394 return library.Properties.Header_abi_checker.Symbol_file
1395 }
Colin Cross31076b32020-10-23 17:22:06 -07001396 if library.hasStubsVariants() && library.Properties.Stubs.Symbol_file != nil {
Jiyong Parka034b832019-08-27 14:02:19 +09001397 return library.Properties.Stubs.Symbol_file
1398 }
1399 return nil
1400}
1401
Colin Crossc88c2722020-09-28 17:32:47 -07001402func (library *libraryDecorator) hasStubsVariants() bool {
1403 return len(library.Properties.Stubs.Versions) > 0
1404}
1405
Colin Cross3572cf72020-10-01 15:58:11 -07001406func (library *libraryDecorator) stubsVersions(ctx android.BaseMutatorContext) []string {
Colin Crossc88c2722020-09-28 17:32:47 -07001407 return library.Properties.Stubs.Versions
1408}
1409
1410func (library *libraryDecorator) setStubsVersion(version string) {
1411 library.MutatedProperties.StubsVersion = version
1412}
1413
Jiyong Park7ed9de32018-10-15 22:25:07 +09001414func (library *libraryDecorator) stubsVersion() string {
1415 return library.MutatedProperties.StubsVersion
1416}
1417
Colin Crossc88c2722020-09-28 17:32:47 -07001418func (library *libraryDecorator) setBuildStubs() {
1419 library.MutatedProperties.BuildStubs = true
1420}
1421
1422func (library *libraryDecorator) setAllStubsVersions(versions []string) {
1423 library.MutatedProperties.AllStubsVersions = versions
1424}
1425
1426func (library *libraryDecorator) allStubsVersions() []string {
1427 return library.MutatedProperties.AllStubsVersions
1428}
1429
Jooyung Hanad4c1872020-02-27 17:56:44 +09001430func (library *libraryDecorator) isLatestStubVersion() bool {
1431 versions := library.Properties.Stubs.Versions
1432 return versions[len(versions)-1] == library.stubsVersion()
1433}
1434
Jiyong Parka90ca002019-10-07 15:47:24 +09001435func (library *libraryDecorator) availableFor(what string) bool {
1436 var list []string
1437 if library.static() {
1438 list = library.StaticProperties.Static.Apex_available
1439 } else if library.shared() {
1440 list = library.SharedProperties.Shared.Apex_available
1441 }
1442 if len(list) == 0 {
1443 return false
1444 }
1445 return android.CheckAvailableForApex(what, list)
1446}
1447
Martin Stjernholm9e9bb7f2020-08-06 22:34:42 +01001448func (library *libraryDecorator) makeUninstallable(mod *Module) {
Martin Stjernholmbf37d162020-03-31 16:05:34 +01001449 if library.static() && library.buildStatic() && !library.buildStubs() {
Martin Stjernholm9e9bb7f2020-08-06 22:34:42 +01001450 // If we're asked to make a static library uninstallable we don't do
1451 // anything since AndroidMkEntries always sets LOCAL_UNINSTALLABLE_MODULE
1452 // for these entries. This is done to still get the make targets for NOTICE
1453 // files from notice_files.mk, which other libraries might depend on.
Martin Stjernholmbf37d162020-03-31 16:05:34 +01001454 return
1455 }
Martin Stjernholm9e9bb7f2020-08-06 22:34:42 +01001456 mod.ModuleBase.MakeUninstallable()
Martin Stjernholmbf37d162020-03-31 16:05:34 +01001457}
1458
Colin Cross571cccf2019-02-04 11:22:08 -08001459var versioningMacroNamesListKey = android.NewOnceKey("versioningMacroNamesList")
1460
Jiyong Parkda732bd2018-11-02 18:23:15 +09001461func versioningMacroNamesList(config android.Config) *map[string]string {
Colin Cross571cccf2019-02-04 11:22:08 -08001462 return config.Once(versioningMacroNamesListKey, func() interface{} {
Jiyong Parkda732bd2018-11-02 18:23:15 +09001463 m := make(map[string]string)
1464 return &m
1465 }).(*map[string]string)
1466}
1467
1468// alphanumeric and _ characters are preserved.
1469// other characters are all converted to _
1470var charsNotForMacro = regexp.MustCompile("[^a-zA-Z0-9_]+")
1471
1472func versioningMacroName(moduleName string) string {
1473 macroName := charsNotForMacro.ReplaceAllString(moduleName, "_")
Jooyung Hanb04a4992020-03-13 18:57:35 +09001474 macroName = strings.ToUpper(macroName)
Jiyong Parkda732bd2018-11-02 18:23:15 +09001475 return "__" + macroName + "_API__"
1476}
1477
Colin Crossab3b7322016-12-09 14:46:15 -08001478func NewLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
Colin Cross4d9c2d12016-07-29 12:48:20 -07001479 module := newModule(hod, android.MultilibBoth)
1480
Colin Crossb916a382016-07-29 17:28:03 -07001481 library := &libraryDecorator{
Colin Crossa48ab5b2017-02-14 15:28:44 -08001482 MutatedProperties: LibraryMutatedProperties{
Colin Crossab3b7322016-12-09 14:46:15 -08001483 BuildShared: true,
1484 BuildStatic: true,
Colin Cross4d9c2d12016-07-29 12:48:20 -07001485 },
Colin Crossb916a382016-07-29 17:28:03 -07001486 baseCompiler: NewBaseCompiler(),
Dan Albert61f32122018-07-26 14:00:24 -07001487 baseLinker: NewBaseLinker(module.sanitize),
Colin Crossb916a382016-07-29 17:28:03 -07001488 baseInstaller: NewBaseInstaller("lib", "lib64", InstallInSystem),
Jayant Chowdhary3e231fd2017-02-08 13:45:53 -08001489 sabi: module.sabi,
Colin Cross4d9c2d12016-07-29 12:48:20 -07001490 }
1491
Colin Crossb916a382016-07-29 17:28:03 -07001492 module.compiler = library
1493 module.linker = library
1494 module.installer = library
Colin Cross31076b32020-10-23 17:22:06 -07001495 module.library = library
Colin Crossb916a382016-07-29 17:28:03 -07001496
1497 return module, library
1498}
1499
Colin Cross10d22312017-05-03 11:01:58 -07001500// connects a shared library to a static library in order to reuse its .o files to avoid
1501// compiling source files twice.
1502func reuseStaticLibrary(mctx android.BottomUpMutatorContext, static, shared *Module) {
1503 if staticCompiler, ok := static.compiler.(*libraryDecorator); ok {
1504 sharedCompiler := shared.compiler.(*libraryDecorator)
Dan Willemsen3a26eef2018-12-03 15:25:46 -08001505
1506 // Check libraries in addition to cflags, since libraries may be exporting different
1507 // include directories.
Colin Crosse1bb5d02019-09-24 14:55:04 -07001508 if len(staticCompiler.StaticProperties.Static.Cflags) == 0 &&
1509 len(sharedCompiler.SharedProperties.Shared.Cflags) == 0 &&
1510 len(staticCompiler.StaticProperties.Static.Whole_static_libs) == 0 &&
1511 len(sharedCompiler.SharedProperties.Shared.Whole_static_libs) == 0 &&
1512 len(staticCompiler.StaticProperties.Static.Static_libs) == 0 &&
1513 len(sharedCompiler.SharedProperties.Shared.Static_libs) == 0 &&
1514 len(staticCompiler.StaticProperties.Static.Shared_libs) == 0 &&
1515 len(sharedCompiler.SharedProperties.Shared.Shared_libs) == 0 &&
Martin Stjernholm10566a02020-03-24 01:19:52 +00001516 // Compare System_shared_libs properties with nil because empty lists are
1517 // semantically significant for them.
Colin Crosse1bb5d02019-09-24 14:55:04 -07001518 staticCompiler.StaticProperties.Static.System_shared_libs == nil &&
1519 sharedCompiler.SharedProperties.Shared.System_shared_libs == nil {
Colin Cross10d22312017-05-03 11:01:58 -07001520
1521 mctx.AddInterVariantDependency(reuseObjTag, shared, static)
1522 sharedCompiler.baseCompiler.Properties.OriginalSrcs =
1523 sharedCompiler.baseCompiler.Properties.Srcs
1524 sharedCompiler.baseCompiler.Properties.Srcs = nil
1525 sharedCompiler.baseCompiler.Properties.Generated_sources = nil
1526 }
Colin Cross0de8a1e2020-09-18 14:15:30 -07001527
1528 // This dep is just to reference static variant from shared variant
1529 mctx.AddInterVariantDependency(staticVariantTag, shared, static)
Colin Cross10d22312017-05-03 11:01:58 -07001530 }
1531}
1532
Colin Crosse40b4ea2018-10-02 22:25:58 -07001533func LinkageMutator(mctx android.BottomUpMutatorContext) {
Ivan Lozano52767be2019-10-18 14:49:46 -07001534 cc_prebuilt := false
Colin Crossb916a382016-07-29 17:28:03 -07001535 if m, ok := mctx.Module().(*Module); ok && m.linker != nil {
Ivan Lozano52767be2019-10-18 14:49:46 -07001536 _, cc_prebuilt = m.linker.(prebuiltLibraryInterface)
1537 }
1538 if cc_prebuilt {
1539 library := mctx.Module().(*Module).linker.(prebuiltLibraryInterface)
Colin Cross33b2fb72019-05-14 14:07:01 -07001540
Paul Duffinf5ea9e12020-02-21 10:57:00 +00001541 // Differentiate between header only and building an actual static/shared library
1542 if library.buildStatic() || library.buildShared() {
1543 // Always create both the static and shared variants for prebuilt libraries, and then disable the one
1544 // that is not being used. This allows them to share the name of a cc_library module, which requires that
1545 // all the variants of the cc_library also exist on the prebuilt.
1546 modules := mctx.CreateLocalVariations("static", "shared")
1547 static := modules[0].(*Module)
1548 shared := modules[1].(*Module)
Colin Cross33b2fb72019-05-14 14:07:01 -07001549
Paul Duffinf5ea9e12020-02-21 10:57:00 +00001550 static.linker.(prebuiltLibraryInterface).setStatic()
1551 shared.linker.(prebuiltLibraryInterface).setShared()
Colin Cross33b2fb72019-05-14 14:07:01 -07001552
Colin Cross81ca6cd2020-08-06 17:46:48 -07001553 if library.buildShared() {
1554 mctx.AliasVariation("shared")
1555 } else if library.buildStatic() {
1556 mctx.AliasVariation("static")
1557 }
1558
Paul Duffinf5ea9e12020-02-21 10:57:00 +00001559 if !library.buildStatic() {
1560 static.linker.(prebuiltLibraryInterface).disablePrebuilt()
1561 }
1562 if !library.buildShared() {
1563 shared.linker.(prebuiltLibraryInterface).disablePrebuilt()
1564 }
1565 } else {
1566 // Header only
Colin Crossb916a382016-07-29 17:28:03 -07001567 }
Paul Duffinf5ea9e12020-02-21 10:57:00 +00001568
Ivan Lozano52767be2019-10-18 14:49:46 -07001569 } else if library, ok := mctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {
Ivan Lozano52767be2019-10-18 14:49:46 -07001570
Ivan Lozano2b262972019-11-21 12:30:50 -08001571 // Non-cc.Modules may need an empty variant for their mutators.
1572 variations := []string{}
1573 if library.NonCcVariants() {
1574 variations = append(variations, "")
1575 }
1576
1577 if library.BuildStaticVariant() && library.BuildSharedVariant() {
1578 variations := append([]string{"static", "shared"}, variations...)
Ivan Lozano52767be2019-10-18 14:49:46 -07001579
1580 modules := mctx.CreateLocalVariations(variations...)
1581 static := modules[0].(LinkableInterface)
1582 shared := modules[1].(LinkableInterface)
1583
1584 static.SetStatic()
1585 shared.SetShared()
1586
1587 if _, ok := library.(*Module); ok {
1588 reuseStaticLibrary(mctx, static.(*Module), shared.(*Module))
1589 }
Colin Cross81ca6cd2020-08-06 17:46:48 -07001590 mctx.AliasVariation("shared")
Ivan Lozano52767be2019-10-18 14:49:46 -07001591 } else if library.BuildStaticVariant() {
Ivan Lozano2b262972019-11-21 12:30:50 -08001592 variations := append([]string{"static"}, variations...)
1593
1594 modules := mctx.CreateLocalVariations(variations...)
Ivan Lozano52767be2019-10-18 14:49:46 -07001595 modules[0].(LinkableInterface).SetStatic()
Colin Cross81ca6cd2020-08-06 17:46:48 -07001596 mctx.AliasVariation("static")
Ivan Lozano52767be2019-10-18 14:49:46 -07001597 } else if library.BuildSharedVariant() {
Ivan Lozano2b262972019-11-21 12:30:50 -08001598 variations := append([]string{"shared"}, variations...)
Ivan Lozano52767be2019-10-18 14:49:46 -07001599
Ivan Lozano2b262972019-11-21 12:30:50 -08001600 modules := mctx.CreateLocalVariations(variations...)
1601 modules[0].(LinkableInterface).SetShared()
Colin Cross81ca6cd2020-08-06 17:46:48 -07001602 mctx.AliasVariation("shared")
Ivan Lozano2b262972019-11-21 12:30:50 -08001603 } else if len(variations) > 0 {
1604 mctx.CreateLocalVariations(variations...)
Colin Cross81ca6cd2020-08-06 17:46:48 -07001605 mctx.AliasVariation(variations[0])
Ivan Lozano2b262972019-11-21 12:30:50 -08001606 }
Colin Crossb916a382016-07-29 17:28:03 -07001607 }
Colin Cross4d9c2d12016-07-29 12:48:20 -07001608}
Jiyong Park7ed9de32018-10-15 22:25:07 +09001609
Jooyung Hanaed150d2020-04-02 01:41:41 +09001610func normalizeVersions(ctx android.BaseModuleContext, versions []string) {
Dan Albertc8060532020-07-22 22:32:17 -07001611 var previous android.ApiLevel
Jooyung Hanad4c1872020-02-27 17:56:44 +09001612 for i, v := range versions {
Dan Albertc8060532020-07-22 22:32:17 -07001613 ver, err := android.ApiLevelFromUser(ctx, v)
Jooyung Hanad4c1872020-02-27 17:56:44 +09001614 if err != nil {
Jooyung Hanaed150d2020-04-02 01:41:41 +09001615 ctx.PropertyErrorf("versions", "%s", err.Error())
1616 return
Jooyung Hanad4c1872020-02-27 17:56:44 +09001617 }
Dan Albertc8060532020-07-22 22:32:17 -07001618 if i > 0 && ver.LessThanOrEqualTo(previous) {
1619 ctx.PropertyErrorf("versions", "not sorted: %v", versions)
1620 }
1621 versions[i] = ver.String()
1622 previous = ver
Jooyung Hanaed150d2020-04-02 01:41:41 +09001623 }
Jooyung Hanad4c1872020-02-27 17:56:44 +09001624}
1625
Jooyung Han61b66e92020-03-21 14:21:46 +00001626func createVersionVariations(mctx android.BottomUpMutatorContext, versions []string) {
Colin Crossd1f898e2020-08-18 18:35:15 -07001627 // "" is for the non-stubs (implementation) variant.
Colin Cross0de8a1e2020-09-18 14:15:30 -07001628 variants := append(android.CopyOf(versions), "")
Jooyung Han61b66e92020-03-21 14:21:46 +00001629
Colin Crossd1f898e2020-08-18 18:35:15 -07001630 modules := mctx.CreateLocalVariations(variants...)
Jooyung Han61b66e92020-03-21 14:21:46 +00001631 for i, m := range modules {
Colin Crossd1f898e2020-08-18 18:35:15 -07001632 if variants[i] != "" {
Colin Cross31076b32020-10-23 17:22:06 -07001633 c := m.(*Module)
1634 c.Properties.HideFromMake = true
1635 c.sanitize = nil
1636 c.stl = nil
1637 c.Properties.PreventInstall = true
1638 lib := moduleLibraryInterface(m)
1639 lib.setBuildStubs()
1640 lib.setStubsVersion(variants[i])
Colin Cross0de8a1e2020-09-18 14:15:30 -07001641 // The implementation depends on the stubs
1642 mctx.AddInterVariantDependency(stubImplDepTag, modules[len(modules)-1], modules[i])
Jooyung Han61b66e92020-03-21 14:21:46 +00001643 }
1644 }
Colin Cross094faa52020-08-06 17:38:25 -07001645 mctx.AliasVariation("")
Colin Crossd1f898e2020-08-18 18:35:15 -07001646 latestVersion := ""
1647 if len(versions) > 0 {
1648 latestVersion = versions[len(versions)-1]
1649 }
1650 mctx.CreateAliasVariation("latest", latestVersion)
Jooyung Han61b66e92020-03-21 14:21:46 +00001651}
1652
Colin Crossbbc941b2020-09-30 12:27:01 -07001653func createPerApiVersionVariations(mctx android.BottomUpMutatorContext, minSdkVersion string) {
1654 from, err := nativeApiLevelFromUser(mctx, minSdkVersion)
1655 if err != nil {
1656 mctx.PropertyErrorf("min_sdk_version", err.Error())
1657 return
1658 }
1659
1660 versionStrs := ndkLibraryVersions(mctx, from)
1661 modules := mctx.CreateLocalVariations(versionStrs...)
1662
1663 for i, module := range modules {
1664 module.(*Module).Properties.Sdk_version = StringPtr(versionStrs[i])
1665 }
1666}
1667
Colin Cross3146c5c2020-09-30 15:34:40 -07001668func CanBeOrLinkAgainstVersionVariants(module interface {
Jooyung Han624d35c2020-04-10 12:57:24 +09001669 Host() bool
1670 InRamdisk() bool
Yifan Hong60e0cfb2020-10-21 15:17:56 -07001671 InVendorRamdisk() bool
Jooyung Han624d35c2020-04-10 12:57:24 +09001672 InRecovery() bool
1673}) bool {
Yifan Hong60e0cfb2020-10-21 15:17:56 -07001674 return !module.Host() && !module.InRamdisk() && !module.InVendorRamdisk() && !module.InRecovery()
Jooyung Han624d35c2020-04-10 12:57:24 +09001675}
1676
Colin Cross3146c5c2020-09-30 15:34:40 -07001677func CanBeVersionVariant(module interface {
1678 Host() bool
1679 InRamdisk() bool
Yifan Hong60e0cfb2020-10-21 15:17:56 -07001680 InVendorRamdisk() bool
Colin Cross3146c5c2020-09-30 15:34:40 -07001681 InRecovery() bool
1682 CcLibraryInterface() bool
1683 Shared() bool
Colin Cross3146c5c2020-09-30 15:34:40 -07001684}) bool {
1685 return CanBeOrLinkAgainstVersionVariants(module) &&
Colin Crossa717db72020-10-23 14:53:06 -07001686 module.CcLibraryInterface() && module.Shared()
Colin Cross3146c5c2020-09-30 15:34:40 -07001687}
1688
Colin Cross31076b32020-10-23 17:22:06 -07001689func moduleLibraryInterface(module android.Module) libraryInterface {
1690 if m, ok := module.(*Module); ok {
1691 return m.library
1692 }
1693 return nil
1694}
1695
Colin Crossd1f898e2020-08-18 18:35:15 -07001696// versionSelector normalizes the versions in the Stubs.Versions property into MutatedProperties.AllStubsVersions,
1697// and propagates the value from implementation libraries to llndk libraries with the same name.
1698func versionSelectorMutator(mctx android.BottomUpMutatorContext) {
Colin Cross31076b32020-10-23 17:22:06 -07001699 if library := moduleLibraryInterface(mctx.Module()); library != nil && CanBeVersionVariant(mctx.Module().(*Module)) {
1700 if library.buildShared() {
1701 versions := library.stubsVersions(mctx)
Colin Cross3572cf72020-10-01 15:58:11 -07001702 if len(versions) > 0 {
1703 normalizeVersions(mctx, versions)
1704 if mctx.Failed() {
Colin Crossbbc941b2020-09-30 12:27:01 -07001705 return
1706 }
Colin Cross3572cf72020-10-01 15:58:11 -07001707 // Set the versions on the pre-mutated module so they can be read by any llndk modules that
1708 // depend on the implementation library and haven't been mutated yet.
Colin Cross31076b32020-10-23 17:22:06 -07001709 library.setAllStubsVersions(versions)
Jooyung Hanad4c1872020-02-27 17:56:44 +09001710 return
Jiyong Park7ed9de32018-10-15 22:25:07 +09001711 }
Jooyung Han61b66e92020-03-21 14:21:46 +00001712 }
Colin Crossd1f898e2020-08-18 18:35:15 -07001713 }
1714}
Jooyung Han61b66e92020-03-21 14:21:46 +00001715
Colin Crossd1f898e2020-08-18 18:35:15 -07001716// versionMutator splits a module into the mandatory non-stubs variant
1717// (which is unnamed) and zero or more stubs variants.
1718func versionMutator(mctx android.BottomUpMutatorContext) {
Colin Cross31076b32020-10-23 17:22:06 -07001719 if library := moduleLibraryInterface(mctx.Module()); library != nil && CanBeVersionVariant(mctx.Module().(*Module)) {
1720 createVersionVariations(mctx, library.allStubsVersions())
Colin Crossbbc941b2020-09-30 12:27:01 -07001721 return
1722 }
1723
1724 if m, ok := mctx.Module().(*Module); ok {
1725 if m.SplitPerApiLevel() && m.IsSdkVariant() {
1726 if mctx.Os() != android.Android {
1727 return
1728 }
1729 createPerApiVersionVariations(mctx, m.MinSdkVersion())
1730 }
Jiyong Park7ed9de32018-10-15 22:25:07 +09001731 }
Jiyong Park7ed9de32018-10-15 22:25:07 +09001732}
Colin Crossd7227f92019-09-05 14:26:33 -07001733
1734// maybeInjectBoringSSLHash adds a rule to run bssl_inject_hash on the output file if the module has the
1735// inject_bssl_hash or if any static library dependencies have inject_bssl_hash set. It returns the output path
1736// that the linked output file should be written to.
1737// TODO(b/137267623): Remove this in favor of a cc_genrule when they support operating on shared libraries.
1738func maybeInjectBoringSSLHash(ctx android.ModuleContext, outputFile android.ModuleOutPath,
1739 inject *bool, fileName string) android.ModuleOutPath {
1740 // TODO(b/137267623): Remove this in favor of a cc_genrule when they support operating on shared libraries.
1741 injectBoringSSLHash := Bool(inject)
1742 ctx.VisitDirectDeps(func(dep android.Module) {
Colin Cross6e511a92020-07-27 21:26:48 -07001743 if tag, ok := ctx.OtherModuleDependencyTag(dep).(libraryDependencyTag); ok && tag.static() {
Colin Crossd7227f92019-09-05 14:26:33 -07001744 if cc, ok := dep.(*Module); ok {
1745 if library, ok := cc.linker.(*libraryDecorator); ok {
1746 if Bool(library.Properties.Inject_bssl_hash) {
1747 injectBoringSSLHash = true
1748 }
1749 }
1750 }
1751 }
1752 })
1753 if injectBoringSSLHash {
1754 hashedOutputfile := outputFile
1755 outputFile = android.PathForModuleOut(ctx, "unhashed", fileName)
1756
Colin Crossf1a035e2020-11-16 17:32:30 -08001757 rule := android.NewRuleBuilder(pctx, ctx)
Colin Crossd7227f92019-09-05 14:26:33 -07001758 rule.Command().
Colin Crossf1a035e2020-11-16 17:32:30 -08001759 BuiltTool("bssl_inject_hash").
Pete Bentley5c4be822019-10-01 17:03:17 +01001760 Flag("-sha256").
Colin Crossd7227f92019-09-05 14:26:33 -07001761 FlagWithInput("-in-object ", outputFile).
1762 FlagWithOutput("-o ", hashedOutputfile)
Colin Crossf1a035e2020-11-16 17:32:30 -08001763 rule.Build("injectCryptoHash", "inject crypto hash")
Colin Crossd7227f92019-09-05 14:26:33 -07001764 }
1765
1766 return outputFile
1767}