Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 63) sorted by relevance

123

/build/make/core/
Dallowed_ndk_types.mk21 my_ndk_stl_link_type := shared
24 my_ndk_stl_link_type := shared
27 my_ndk_stl_link_type := shared
46 my_allowed_ndk_types += native:ndk:system:shared
63 native:ndk:libc++:shared native:ndk:libc++:static
68 else ifeq ($(my_ndk_stl_link_type),shared)
70 my_allowed_ndk_types += native:ndk:$(my_ndk_stl_family):shared
78 native:ndk:system:shared \
Dhost_shared_library_internal.mk20 ifdef host-shared-library-hook
21 $(call host-shared-library-hook)
43 $(transform-host-o-to-shared-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)) \
Dshared_library_internal.mk20 ifdef target-shared-library-hook
21 $(call target-shared-library-hook)
67 $(transform-o-to-shared-lib)
Dshared_library.mk16 $(error $(LOCAL_MODULE): LOCAL_MODULE_PATH for shared libraries is unsupported in multiarch builds,…
22 $(error $(LOCAL_MODULE): LOCAL_UNSTRIPPED_PATH for shared libraries is unsupported in multiarch bui…
/build/make/core/tasks/
Ddevice-tests.mk24 device_tests_host_shared_libs_zip := $(PRODUCT_OUT)/device-tests_host-shared-libs.zip
31 rm -f $@-shared-libs.list
37 echo $$shared_lib >> $@-shared-libs.list; \
39 grep $(HOST_OUT_TESTCASES) $@-shared-libs.list > $@-host-shared-libs.list || true
47 -P host -C $(HOST_OUT) -l $@-host-shared-libs.list
53 $@-shared-libs.list $@-host-shared-libs.list $(PRIVATE_device_tests_list)
Dgeneral-tests.mk41 general_tests_host_shared_libs_zip := $(PRODUCT_OUT)/general-tests_host-shared-libs.zip
61 echo $$shared_lib >> $(PRIVATE_INTERMEDIATES_DIR)/shared-libs.list; \
63 …ST_OUT_TESTCASES) $(PRIVATE_INTERMEDIATES_DIR)/shared-libs.list > $(PRIVATE_INTERMEDIATES_DIR)/hos…
73 -P host -C $(HOST_OUT) -l $(PRIVATE_INTERMEDIATES_DIR)/host-shared-libs.list
/build/soong/bp2build/
Dsymlink_forest.go86 err := os.Symlink(shared.JoinPath(topdir, src), shared.JoinPath(topdir, dst))
104 srcDirMap := readdirToMap(shared.JoinPath(topdir, srcDir))
105 buildFilesMap := readdirToMap(shared.JoinPath(topdir, buildFilesDir))
116 err := os.MkdirAll(shared.JoinPath(topdir, forestDir), 0777)
128 forestChild := shared.JoinPath(forestDir, f)
129 srcChild := shared.JoinPath(srcDir, f)
130 buildFilesChild := shared.JoinPath(buildFilesDir, f)
191 os.RemoveAll(shared.JoinPath(topdir, forest))
/build/bazel/rules/
Dfull_cc_library.bzl15 # attributes for the shared target
36 shared = shared_name,
52 # The static library at the root of the shared library.
54 # the static-variant srcs are different than the shared-variant srcs.
70 # if a shared library could declare a transitive exported static dep
80 shared_files = ctx.attr.shared[DefaultInfo].files.to_list()
85 ctx.attr.shared[CcSharedLibraryInfo],
96 "shared": attr.label(mandatory = True, providers = [CcSharedLibraryInfo]),
/build/soong/cc/
Dprebuilt_test.go89 shared: {
184 shared := ctx.ModuleForTests("libtest", "android_arm64_armv8-a_shared").Module().(*Module)
185 assertString(t, shared.OutputFile().Path().Base(), "libtest.so")
209 shared: {
221 shared := ctx.ModuleForTests("libtest", "android_arm64_armv8-a_shared").Module().(*Module)
222 assertString(t, shared.OutputFile().Path().Base(), "libtest.so")
236 shared: {
251 shared := ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_shared").Module().(*Module)
252 assertString(t, shared.OutputFile().Path().Base(), "libbar.so")
269 shared := ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_shared").Module().(*Module)
[all …]
/build/soong/cmd/soong_build/
Dmain.go129 …err = deptools.WriteDepFile(shared.JoinPath(topDir, secondArgs.DepFile), secondArgs.OutFile, ninja…
139 absoluteQueryViewDir := shared.JoinPath(topDir, bazelQueryViewDir)
202 …err := deptools.WriteDepFile(shared.JoinPath(topDir, blueprintArgs.DepFile), blueprintArgs.OutFile…
243 result, err := shared.EnvFromFile(shared.JoinPath(topDir, availableEnvFile))
255 shared.ReexecWithDelveMaybe(delveListen, delvePath)
272 if shared.IsDebugging() {
297 path := shared.JoinPath(topDir, usedEnvFile)
298 data, err := shared.EnvFileContents(configuration.EnvDeps())
313 touch(shared.JoinPath(topDir, finalOutputFile))
328 ninjaFile := shared.JoinPath(topDir, buildDir, ninjaFileName)
[all …]
/build/soong/ui/build/
Dsoong.go43 data, err := shared.EnvFileContents(envDeps)
98 "--available_env", shared.JoinPath(config.SoongOutDir(), availableEnvFile),
99 "--used_env", shared.JoinPath(config.SoongOutDir(), usedEnvFile+suffix),
108 mainNinjaFile := shared.JoinPath(config.SoongOutDir(), "build.ninja")
109 globFile := shared.JoinPath(config.SoongOutDir(), ".bootstrap/soong-build-globs.ninja")
110 bootstrapGlobFile := shared.JoinPath(config.SoongOutDir(), ".bootstrap/build-globs.ninja")
111 bootstrapDepFile := shared.JoinPath(config.SoongOutDir(), ".bootstrap/build.ninja.d")
119 args.OutFile = shared.JoinPath(config.SoongOutDir(), ".bootstrap/build.ninja")
126 args.DelvePath = shared.ResolveDelveBinary()
130 bp2BuildMarkerFile := shared.JoinPath(config.SoongOutDir(), ".bootstrap/bp2build_workspace_marker")
[all …]
/build/soong/shared/
DAndroid.bp6 name: "soong-shared",
7 pkgPath: "android/soong/shared",
Dpaths_test.go15 package shared package
Dpaths.go15 package shared package
/build/make/target/board/
Dgo_defaults_common.prop28 # set the compiler filter for shared apks to quicken.
30 # compared to quicken. Using quicken for shared APKs on Go devices may save RAM.
33 # the processes that load of shared apk and the code cache is not shared.
36 pm.dexopt.shared=quicken
/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
DHOST_linux-x86_64.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_linux-x86.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_CROSS_linux_bionic-arm64.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_CROSS_windows-x86.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_CROSS_windows-x86_64.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
/build/soong/rust/
Dlibrary.go108 shared() bool methodSpec
154 func (library *libraryDecorator) shared() bool { func
227 } else if library.dylib() || library.shared() {
406 if ctx.toolchain().Bionic() && (library.dylib() || library.shared()) {
422 if library.shared() || library.static() {
425 if library.shared() {
467 } else if library.shared() {
485 if library.static() || library.shared() {
491 if library.shared() {
547 if library.shared() || library.dylib() {
/build/soong/java/
Drro_test.go112 expectedPath = []string{shared.JoinPath("out/target/product/test_device/product/overlay")}
119 expectedPath = []string{shared.JoinPath("out/target/product/test_device/product/overlay/faza")}
163 …expectedPath := []string{shared.JoinPath("out/target/product/test_device/product/overlay/default_t…
180 expectedPath = []string{shared.JoinPath("out/target/product/test_device/system/overlay")}
/build/soong/genrule/
DAndroid.bp15 "soong-shared",

123