/build/bazel/rules/ |
D | full_cc_library.bzl | 23 # attributes for the static target 35 static = static_name, 39 # The static version of the library. 52 # The static library at the root of the shared library. 53 # This may be distinct from the static library if, for example, 54 # the static-variant srcs are different than the shared-variant srcs. 69 # declare all transitive static deps used by this target. It'd be great 70 # if a shared library could declare a transitive exported static dep 79 static_files = ctx.attr.static[DefaultInfo].files.to_list() 86 ctx.attr.static[CcInfo], [all …]
|
D | static_libc.bzl | 1 # Rules and macros to define a cc toolchain with a static libc.
|
/build/soong/cc/ |
D | proto.go | 62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { 70 static = true 77 static = true 83 static = true 86 static = true 89 static = true 92 static = true 95 static = true 98 static = true 104 if static {
|
D | prebuilt_test.go | 86 static: { 198 static := ctx.ModuleForTests("libtest", "android_arm64_armv8-a_static").Module().(*Module) 199 assertString(t, static.OutputFile().Path().Base(), "libf.a") 206 static: { 224 static := ctx.ModuleForTests("libtest", "android_arm64_armv8-a_static").Module().(*Module) 225 assertString(t, static.OutputFile().Path().Base(), "libf.a") 233 static: { 248 static := ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_static").Module().(*Module) 249 assertString(t, static.OutputFile().Path().Base(), "libfoo.a") 323 static: { [all …]
|
D | binary.go | 151 if binary.static() { 159 if binary.static() { 179 if ctx.Os() == android.LinuxBionic && !binary.static() { 185 if !binary.static() && inList("libc", deps.StaticLibs) && !ctx.BazelConversionMode() { 237 func (binary *binaryDecorator) static() bool { func 242 return binary.static() 256 if ctx.Host() && !ctx.Windows() && !binary.static() { 270 if binary.static() { 325 if binary.static() { 356 } else if ctx.toolchain().Bionic() && !binary.static() { [all …]
|
D | coverage.go | 107 if ctx.static() && !ctx.staticBinary() { 113 if depTag.static() && depTag.wholeStatic { 131 if static, ok := cc.linker.(libraryInterface); !ok || !static.static() {
|
D | library.go | 719 if library.static() { 876 if library.static() { 892 static() bool methodSpec 1033 if library.static() { 1047 if library.static() { 1109 if library.static() { 1162 if library.static() { 1313 if static := ctx.GetDirectDepsWithTag(staticVariantTag); len(static) > 0 { 1314 s := ctx.OtherModuleProvider(static[0], StaticLibraryInfoProvider).(StaticLibraryInfo) 1502 if library.static() || library.header() { [all …]
|
D | androidmk.go | 45 static() bool methodSpec 112 if c.IsVndk() && !c.static() { 225 if library.sAbiDiff.Valid() && !library.static() { 232 if library.sAbiDiff.Valid() && !library.static() { 238 if library.static() { 306 …!ctx.InRamdisk() && !ctx.InVendorRamdisk() && !ctx.InRecovery() && !ctx.UseVndk() && !ctx.static()… 519 } else if c.static() { 536 if c.shared() || c.static() {
|
D | stl.go | 106 if ctx.static() { 126 if ctx.static() {
|
D | pgo.go | 282 if ctx.static() && !ctx.staticBinary() { 287 if depTag.static() && depTag.wholeStatic { 300 if depTag.static() {
|
D | ndk_prebuilt.go | 171 if ndk.static() { 180 if ndk.static() {
|
D | lto.go | 72 staticLib := ctx.static() && !ctx.staticBinary() 176 if !libTag.static() {
|
D | library_test.go | 56 static: { 108 static: {
|
/build/make/core/ |
D | cxx_stl_setup.mk | 39 my_link_type := static 41 ifeq (-static,$(filter -static,$(my_ldflags))) 42 my_link_type := static 46 my_link_type := static 80 ifeq ($(my_link_type),static)
|
D | allowed_ndk_types.mk | 30 my_ndk_stl_link_type := static 63 native:ndk:libc++:shared native:ndk:libc++:static 82 my_warn_ndk_types += native:ndk:libc++:static
|
D | proguard_basic_keeps.flags | 7 public static **[] values(); 8 public static ** valueOf(java.lang.String); 27 static final long serialVersionUID; 28 private static final java.io.ObjectStreamField[] serialPersistentFields; 29 !static !transient <fields>; 52 public static final ** CREATOR;
|
D | host_static_library_internal.mk | 25 $(transform-host-o-to-static-lib)
|
D | executable_internal.mk | 34 …s statically linking libc to dynamic executable, please remove libc from static libs or set LOCAL_… 70 $(transform-o-to-static-executable)
|
D | static_library_internal.mk | 25 $(transform-o-to-static-lib)
|
D | static_java_library.mk | 144 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_AAPT_FLAGS := $(LOCAL_AAPT_FLAGS) --static-lib --output-text… 146 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_AAPT_FLAGS += --no-static-lib-packages
|
D | java_prebuilt_internal.mk | 191 $(my_res_package): PRIVATE_AAPT_FLAGS := --static-lib --no-static-lib-packages --auto-add-overlay
|
/build/soong/rust/ |
D | library.go | 107 static() bool methodSpec 158 func (library *libraryDecorator) static() bool { func 225 } else if library.rlib() || library.static() { 239 if library.static() || library.MutatedProperties.VariantIsStaticStd { 422 if library.shared() || library.static() { 462 } else if library.static() { 474 if !library.rlib() && !library.static() && library.stripper.NeedsStrip(ctx) { 485 if library.static() || library.shared() { 499 if library.static() {
|
D | library_test.go | 190 for _, static := range []android.TestingModule{libfooRlib, libfooStatic} { 191 if !android.InList("libbar.rlib-std", static.Module().(*Module).Properties.AndroidMkRlibs) { 194 if android.InList("libbar", static.Module().(*Module).Properties.AndroidMkDylibs) {
|
/build/make/tools/ziptime/ |
D | README.txt | 8 This tools replaces the timestamps in the zip headers with a static time
|
/build/soong/ |
D | Android.bp | 46 // C static libraries extracted from the gcc toolchain
|