Home
last modified time | relevance | path

Searched refs:lib (Results 1 – 25 of 99) sorted by relevance

1234

/build/soong/cc/
Dproto.go63 var lib string
69 lib = "libprotobuf-cpp-full-ndk"
72 lib = "libprotobuf-cpp-full"
76 lib = "libprotobuf-cpp-lite-ndk"
79 lib = "libprotobuf-cpp-lite"
82 lib = "libprotobuf-c-nano"
85 lib = "libprotobuf-c-nano-enable_malloc"
88 lib = "libprotobuf-c-nano-16bit"
91 lib = "libprotobuf-c-nano-enable_malloc-16bit"
94 lib = "libprotobuf-c-nano-32bit"
[all …]
Dimage.go636 if lib, ok := m.compiler.(*libraryDecorator); ok {
637 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs,
638 lib.baseCompiler.Properties.Target.Vendor.Srcs...)
640 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
641 lib.baseCompiler.Properties.Target.Vendor.Exclude_srcs...)
643lib.baseCompiler.Properties.Exclude_generated_sources = append(lib.baseCompiler.Properties.Exclude…
644 lib.baseCompiler.Properties.Target.Vendor.Exclude_generated_sources...)
649 if lib, ok := m.compiler.(*libraryDecorator); ok {
650 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs,
651 lib.baseCompiler.Properties.Target.Product.Srcs...)
[all …]
Dbp2build.go73 if lib, ok := module.compiler.(*libraryDecorator); ok {
74 allDeps = append(allDeps, lib.SharedProperties.Shared.Static_libs...)
75 allDeps = append(allDeps, lib.SharedProperties.Shared.Whole_static_libs...)
76 allDeps = append(allDeps, lib.SharedProperties.Shared.Shared_libs...)
77 allDeps = append(allDeps, lib.SharedProperties.Shared.System_shared_libs...)
79 allDeps = append(allDeps, lib.StaticProperties.Static.Static_libs...)
80 allDeps = append(allDeps, lib.StaticProperties.Static.Whole_static_libs...)
81 allDeps = append(allDeps, lib.StaticProperties.Static.Shared_libs...)
82 allDeps = append(allDeps, lib.StaticProperties.Static.System_shared_libs...)
98 lib, ok := module.compiler.(*libraryDecorator)
[all …]
Dlibrary_sdk_member.go79 for _, lib := range names {
81 name, version := StubsLibNameAndVersion(lib)
151 if lib, ok := ccModule.linker.(*libraryDecorator); ok {
152 uhs := lib.Properties.Unique_host_soname
336 func nativeLibraryPathFor(lib *nativeLibInfoProperties) string {
337 return filepath.Join(lib.OsPrefix(), lib.archType,
338 nativeStubDir, lib.outputFile.Base())
452 if lib := ccModule.library; lib != nil {
453 if !lib.hasStubsVariants() {
461 p.StubsVersions = lib.allStubsVersions()
Dndk_prebuilt.go176 lib := libDir.Join(ctx, libName+libExt)
181 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(lib).Build()
183 StaticLibrary: lib,
189 SharedLibrary: lib,
190 UnstrippedSharedLibrary: lib,
195 return lib
Dbinary_sdk_member.go89 func nativeBinaryPathFor(lib nativeBinaryInfoProperties) string {
90 return filepath.Join(lib.OsPrefix(), lib.archType,
91 nativeBinaryDir, lib.outputFile.Base())
/build/make/core/
Dinstall_jni_libs_internal.mk24 $(foreach lib,$(LOCAL_JNI_SHARED_LIBRARIES), \
25 …mediates-dir-for,SHARED_LIBRARIES,$(call my_sdk_variant,$(lib)),,,$(my_2nd_arch_prefix))/$(lib).so…
29 my_app_lib_path := $(dir $(LOCAL_INSTALLED_MODULE))lib/$(TARGET_$(my_2nd_arch_prefix)ARCH)
69 $(foreach lib,$(my_jni_filenames),\
71 $(my_shared_library_path)/$(lib), \
72 $(my_symlink_target_dir)/$(lib), \
73 $(my_app_lib_path)/$(lib)) \
74 $(eval $$(LOCAL_INSTALLED_MODULE) : $$(my_app_lib_path)/$$(lib)) \
75 $(eval ALL_MODULES.$(my_register_name).INSTALLED += $$(my_app_lib_path)/$$(lib)))
97 $(foreach lib, $(my_prebuilt_jni_libs), \
[all …]
Dshared_library_internal.mk67 $(transform-o-to-shared-lib)
73 $(foreach lib,$(my_whole_static_libraries), \
75 STATIC_LIBRARIES,$(lib),$(my_kind),,$(LOCAL_2ND_ARCH_VAR_PREFIX), \
76 $(my_host_cross))/$(lib)$(gcno_suffix))
79 $(foreach lib,$(my_static_libraries), \
81 STATIC_LIBRARIES,$(lib),$(my_kind),,$(LOCAL_2ND_ARCH_VAR_PREFIX), \
82 $(my_host_cross))/$(lib)$(gcno_suffix))
Dstatic_library_internal.mk25 $(transform-o-to-static-lib)
31 $(foreach lib,$(my_whole_static_libraries), \
33 STATIC_LIBRARIES,$(lib),$(my_kind),,$(LOCAL_2ND_ARCH_VAR_PREFIX), \
34 $(my_host_cross))/$(lib)$(gcno_suffix))
Djava_common.mk205 annotation_processor_jars += $(call java-lib-files,$(LOCAL_ANNOTATION_PROCESSORS),true)
216 full_static_java_libs := $(call java-lib-files,$(LOCAL_STATIC_JAVA_LIBRARIES),$(LOCAL_IS_HOST_MODUL…
217 full_static_java_header_libs := $(call java-lib-header-files,$(LOCAL_STATIC_JAVA_LIBRARIES),$(LOCAL…
266 …full_java_bootclasspath_libs := $(call java-lib-header-files,$(LEGACY_CORE_PLATFORM_BOOTCLASSPATH_…
308 full_java_bootclasspath_libs := $(call java-lib-header-files,$(sdk_module))
318 full_java_bootclasspath_libs += $(call java-lib-header-files,jacocoagent)
329 full_java_bootclasspath_libs += $(call java-lib-header-files,sdk-core-lambda-stubs)
331 full_java_bootclasspath_libs += $(call java-lib-header-files,core-lambda-stubs)
334 …full_shared_java_libs := $(call java-lib-files,$(LOCAL_JAVA_LIBRARIES) $(sdk_libs),$(LOCAL_IS_HOST…
335 …full_shared_java_header_libs := $(call java-lib-header-files,$(LOCAL_JAVA_LIBRARIES) $(sdk_libs),$…
[all …]
Dexecutable_internal.mk82 $(foreach lib,$(my_whole_static_libraries), \
84 STATIC_LIBRARIES,$(lib),$(my_kind),,$(LOCAL_2ND_ARCH_VAR_PREFIX), \
85 $(my_host_cross))/$(lib)$(gcno_suffix))
88 $(foreach lib,$(my_static_libraries), \
90 STATIC_LIBRARIES,$(lib),$(my_kind),,$(LOCAL_2ND_ARCH_VAR_PREFIX), \
91 $(my_host_cross))/$(lib)$(gcno_suffix))
Ddex_preopt_config_merger.py72 lib = clc['Name']
73 if lib in uses_libs:
74 ulib = uses_libs[lib]
Dcheck_elf_file.mk37 $(foreach l,$(PRIVATE_SHARED_LIBRARY_FILES),--shared-lib $(l)) \
38 $(foreach l,$(PRIVATE_SYSTEM_SHARED_LIBRARIES),--system-shared-lib $(l)) \
Denvsetup.mk388 HOST_CROSS_OUT_SHARED_LIBRARIES := $(HOST_CROSS_OUT)/lib
426 $(HOST_2ND_ARCH_VAR_PREFIX)HOST_OUT_SHARED_LIBRARIES := $(HOST_OUT)/lib
497 TARGET_OUT_SHARED_LIBRARIES := $(target_out_shared_libraries_base)/lib
542 $(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_SHARED_LIBRARIES := $(target_out_shared_libraries_base)/lib
644 TARGET_OUT_VENDOR_SHARED_LIBRARIES := $(target_out_vendor_shared_libraries_base)/lib
662 …RCH_VAR_PREFIX)TARGET_OUT_VENDOR_SHARED_LIBRARIES := $(target_out_vendor_shared_libraries_base)/lib
678 TARGET_OUT_OEM_SHARED_LIBRARIES := $(TARGET_OUT_OEM)/lib
692 $(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_OEM_SHARED_LIBRARIES := $(TARGET_OUT_OEM)/lib
719 TARGET_OUT_ODM_SHARED_LIBRARIES := $(target_out_odm_shared_libraries_base)/lib
738 …_2ND_ARCH_VAR_PREFIX)TARGET_OUT_ODM_SHARED_LIBRARIES := $(target_out_odm_shared_libraries_base)/lib
[all …]
/build/soong/partner/bpfix/extensions/
Dheaders.go51 for _, lib := range commonIncludeDirs {
52 if arg0.Name == lib.variable && arg1.Value == lib.subdir {
53 return &lib, true
63 if lib, found := findHeaderLib(item); found {
64 if lib.libName != "" {
65 addLibrary(mod, lib.libType, lib.libName)
101 lib := new(parser.String)
102 lib.Value = libName
103 list.Values = append(list.Values, lib)
/build/soong/dexpreopt/
Dclass_loader_context.go257 …Map ClassLoaderContextMap) addContext(ctx android.ModuleInstallPathContext, sdkVer int, lib string,
261 lib = android.RemoveOptionalPrebuiltPrefix(lib)
265 if android.InList(lib, CompatUsesLibs) || android.InList(lib, OptionalCompatUsesLibs) {
267 installPath = android.PathForModuleInstall(ctx, "framework", lib+".jar")
291 if clc.Name == lib {
297 Name: lib,
310 lib string, hostPath, installPath android.Path, nestedClcMap ClassLoaderContextMap) {
312 err := clcMap.addContext(ctx, sdkVer, lib, hostPath, installPath, nestedClcMap)
/build/make/tools/
Dcheck_elf_file.py407 specified_sonames = {lib.dt_soname for lib in self._shared_libs}
410 for lib in self._file_under_test.dt_needed:
411 if lib not in specified_sonames:
413 .format(lib.decode('utf-8')))
418 modules = [re.sub('\\.so$', '', lib) for lib in dt_needed]
442 def _find_symbol(lib, name, version): argument
446 lib_sym_vers = lib.exported[name]
458 for lib in libs:
459 if cls._find_symbol(lib, name, version):
460 return lib
[all …]
/build/make/
DCleanSpec.mk74 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/*.so)
75 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/*.so)
76 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/*.so)
83 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/*.so)
84 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/*.so)
85 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/*.so)
141 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/*.o)
146 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/*.o)
164 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/*.o)
207 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/*.o)
[all …]
/build/soong/sdk/
Dcc_sdk_test.go173 .intermediates/sdkmember/android_arm64_armv8-a_shared/sdkmember.so -> android/arm64/lib/sdkmember.so
174 .intermediates/sdkmember/linux_glibc_x86_64_shared/sdkmember.so -> linux_glibc/x86_64/lib/sdkmember…
411 .intermediates/crtobj/android_arm64_armv8-a/crtobj.o -> arm64/lib/crtobj.o
412 .intermediates/crtobj/android_arm_armv7-a-neon/crtobj.o -> arm/lib/crtobj.o
446 .intermediates/mynativelib1/android_arm64_armv8-a_shared/mynativelib1.so -> arm64/lib/mynativelib1.…
447 .intermediates/mynativelib1/android_arm_armv7-a-neon_shared/mynativelib1.so -> arm/lib/mynativelib1…
448 .intermediates/mynativelib2/android_arm64_armv8-a_shared/mynativelib2.so -> arm64/lib/mynativelib2.…
449 .intermediates/mynativelib2/android_arm_armv7-a-neon_shared/mynativelib2.so -> arm/lib/mynativelib2…
521 .intermediates/mynativelib/android_arm64_armv8-a_shared/mynativelib.so -> arm64/lib/mynativelib.so
522 .intermediates/mynativelib/android_arm_armv7-a-neon_shared/mynativelib.so -> arm/lib/mynativelib.so
[all …]
/build/bazel/examples/android_app/java/com/app/
DBUILD20 ":lib",
26 name = "lib",
/build/soong/scripts/
Dmanifest_check.py163 for lib in libs:
164 tags.append(lib.toprettyxml())
178 def uses_library_name(lib): argument
184 name = lib.getAttributeNodeNS(android_ns, 'name')
188 def uses_library_required(lib): argument
194 required = lib.getAttributeNodeNS(android_ns, 'required')
/build/soong/androidmk/
DAndroid.bp29 "androidmk-lib",
34 name: "androidmk-lib",
47 "bpfix-lib",
/build/soong/rust/
Dbuilder.go132 for _, lib := range libs {
133 paths = append(paths, lib.Path)
142 for _, lib := range deps.RLibs {
143 libFlags = append(libFlags, "--extern "+lib.CrateName+"="+lib.Path.String())
145 for _, lib := range deps.DyLibs {
146 libFlags = append(libFlags, "--extern "+lib.CrateName+"="+lib.Path.String())
Dsanitize.go285 if lib, ok := mod.compiler.(libraryInterface); ok {
286 if lib.shared() || lib.static() {
309 if lib, ok := mod.compiler.(libraryInterface); ok {
310 return lib.rlib() || lib.static()
/build/make/core/combo/
DHOST_darwin-x86_64.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
28 define transform-host-o-to-shared-lib-inner

1234