Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 102) sorted by relevance

12345

/build/bazel/rules/apex/
Dtoolchain.bzl67 … "aapt2": attr.label(allow_single_file = True, cfg = "exec", executable = True, mandatory = True),
69 "apex_compression_tool": attr.label(cfg = "exec", executable = True, mandatory = True),
70 "apexer": attr.label(cfg = "exec", executable = True, mandatory = True),
71 "avbtool": attr.label(cfg = "exec", executable = True, mandatory = True),
72 "conv_apex_manifest": attr.label(cfg = "exec", executable = True, mandatory = True),
73 "dexdeps": attr.label(cfg = "exec", executable = True, mandatory = True),
74 "e2fsdroid": attr.label(cfg = "exec", executable = True, mandatory = True),
75 …"gen_java_usedby_apex": attr.label(cfg = "exec", executable = True, mandatory = True, allow_single…
76 …"gen_ndk_usedby_apex": attr.label(cfg = "exec", executable = True, mandatory = True, allow_single_…
77 "jsonmodify": attr.label(cfg = "exec", executable = True, mandatory = True),
[all …]
Dapex_aab.bzl81 executable = ctx.executable._merge_zips,
106 executable = ctx.executable._bundletool,
149 target_file = ctx.executable._debugfs,
155 target_file = ctx.executable._fsck_erofs,
175 ctx.executable.dev_sign_bundle,
176 ctx.executable._deapexer,
177 ctx.executable._sign_apex,
178 ctx.executable._openssl,
179 ctx.executable._zip2zip,
181 avbtool.files_to_run.executable,
[all …]
Dapex.bzl174 dep[DefaultInfo].files_to_run.executable,
181 # cc_binary just takes the final executable from the runfiles.
185 dep[DefaultInfo].files_to_run.executable,
241 executable = apex_toolchain.jsonmodify[DefaultInfo].files_to_run,
255 executable = apex_toolchain.conv_apex_manifest[DefaultInfo].files_to_run,
296 # Readonly if not executable. filepaths is already sorted.
299 # Mark all binaries as executable. filepaths is already sorted.
401 executable = notice_generator,
443 command = [ctx.executable._staging_dir_builder.path, staging_dir_builder_options_file.path]
446 command.append(apexer_files.executable.path)
[all …]
/build/soong/python/tests/
Dpy-cmd_test.py51 assert_equal("basename(sys.executable)", os.path.basename(sys.executable), 'py2-cmd')
53 assert_equal("basename(sys.executable)", os.path.basename(sys.executable), 'py3-cmd')
54 assert_equal("sys.exec_prefix", sys.exec_prefix, sys.executable)
55 assert_equal("sys.prefix", sys.prefix, sys.executable)
65 assert_equal("sys.path[2]", sys.path[2], os.path.join(sys.executable, "internal"))
66 assert_equal("sys.path[3]", sys.path[3], os.path.join(sys.executable, "internal", "stdlib"))
71 …assert_equal("sys.path[2]", sys.path[2], os.path.join(sys.executable, 'internal', 'python' + str(s…
72 …assert_equal("sys.path[3]", sys.path[3], os.path.join(sys.executable, 'internal', 'python' + str(s…
73 …assert_equal("sys.path[4]", sys.path[4], os.path.join(sys.executable, 'internal', 'python' + str(s…
/build/bazel/rules/partitions/
Dtoolchain.bzl57 "avbtool": attr.label(cfg = "exec", executable = True, mandatory = True),
58 "build_image": attr.label(cfg = "exec", executable = True, mandatory = True),
59 "e2fsdroid": attr.label(cfg = "exec", executable = True, mandatory = True),
60 "fec": attr.label(cfg = "exec", executable = True, mandatory = True),
61 "mke2fs": attr.label(cfg = "exec", executable = True, mandatory = True),
62 "mkfs_erofs": attr.label(cfg = "exec", executable = True, mandatory = True),
63 "mkuserimg_mke2fs": attr.label(cfg = "exec", executable = True, mandatory = True),
65 "simg2img": attr.label(cfg = "exec", executable = True, mandatory = True),
66 "toybox": attr.label(cfg = "exec", executable = True, mandatory = True),
67 "tune2fs": attr.label(cfg = "exec", executable = True, mandatory = True),
/build/bazel/rules/cc/
Dstripped_cc_common.bzl86 "CREATE_MINIDEBUGINFO": ctx.executable._create_minidebuginfo.path,
87 "XZ": ctx.executable._xz.path,
88 "CLANG_BIN": ctx.executable._ar.dirname,
92 ctx.executable._ar,
93 ctx.executable._create_minidebuginfo,
94 ctx.executable._objcopy,
95 ctx.executable._readelf,
96 ctx.executable._strip,
97 ctx.executable._strip_script,
98 ctx.executable._xz,
[all …]
Dgenerate_toc.bzl31 "CLANG_BIN": ctx.executable._readelf.dirname,
35 ctx.executable._readelf,
38 executable = ctx.executable._toc_script,
Dflex.bzl82 executable = ctx.executable._flex,
84 "M4": ctx.executable._m4.path,
88 tools = [ctx.executable._m4],
112 executable = True,
117 executable = True,
Dcc_aconfig_library.bzl39 executable = ctx.executable._aconfig,
43 ctx.executable._aconfig,
67 executable = True,
Dcc_yacc_library.bzl83 executable = ctx.executable._bison,
90 "M4": ctx.executable._m4.path,
92 tools = [ctx.executable._m4] + ctx.files._bison_runfiles,
130 executable = True,
135 executable = True,
Dversioned_cc_common.bzl42 build_number_stamper = ctx.executable._build_number_stamper.path,
44 tools = [ctx.executable._build_number_stamper],
58 executable = True,
80 executable = out_file,
/build/bazel/rules/
Dsh_binary.bzl38 output = ctx.outputs.executable
42 inputs = [dep.files_to_run.executable],
43 command = "cp %s %s" % (dep.files_to_run.executable.path, output.path),
53 executable = output,
69 executable = True,
Dlinker_config.bzl29 executable = ctx.executable._conv_linker_config,
54 … attr.label(default = "//build/soong/scripts:conv_linker_config", cfg = "exec", executable = True),
/build/bazel_common_rules/exec/impl/
Dembedded_exec.bzl28 if not files_to_run or not files_to_run.executable:
29 fail("{}: {} is not an executable".format(ctx.label, target))
52 …content += '{} {} {} "$@"'.format(quoted_env, target[DefaultInfo].files_to_run.executable.short_pa…
61 executable = out_file,
68 "actual": attr.label(doc = "The actual executable.", aspects = [exec_aspect]),
71 executable = True,
/build/make/core/
Dhost_executable_internal.mk15 ifdef host-executable-hook
16 $(call host-executable-hook)
58 $(transform-host-o-to-executable)
Dexecutable_internal.mk15 ifdef target-executable-hook
16 $(call target-executable-hook)
34 $(error $(LOCAL_PATH): $(LOCAL_MODULE) is statically linking libc to dynamic executable, please rem…
70 $(transform-o-to-static-executable)
74 $(transform-o-to-executable)
/build/bazel/rules/java/
Djava_aconfig_library.bzl44 executable = ctx.executable._aconfig,
48 ctx.executable._aconfig,
62 executable = ctx.executable._soong_zip,
67 ctx.executable._soong_zip,
112 executable = True,
117 executable = True,
Djava_xsd_config_library.bzl69 executable = ctx.executable._xsdc,
76 ctx.executable._xsdc,
84 executable = ctx.executable._soong_zip,
91 ctx.executable._soong_zip,
139 executable = True,
144 executable = True,
Djava_sysprop_library.bzl33 executable = True,
38 executable = True,
67 ctx.executable._sysprop_java,
68 ctx.executable._soong_zip,
78 sysprop_java = ctx.executable._sysprop_java.path,
81 soong_zip = ctx.executable._soong_zip.path,
Devent_log_tags.bzl34 executable = ctx.executable._logtag_to_java_tool,
43 executable = True,
Djava_system_modules.bzl54 executable = soong_zip,
65 executable = merge_zips,
107 …_gen_module_info_java(ctx, ctx.executable._jars_to_module_info, java_info.compile_jars.to_list(), …
114 _gen_module_info_jar(ctx, ctx.executable._soong_zip, module_info_class, module_info_jar)
119 ctx.executable._merge_zips,
144 executable = True,
153 executable = True,
160 executable = True,
Dplatform_compat_config.bzl39 executable = ctx.executable._tool_name,
58 executable = True,
/build/soong/python/scripts/
Dmain.py10 sys.executable = None
/build/soong/ui/build/
Dtest_build.go50 executable := config.PrebuiltBuildTool("ninja")
56 cmd := Command(ctx, config, "ninja", executable, args...)
132 queryCmd := Command(ctx, config, "ninja", executable,
/build/bazel/rules/android/
Dandroid_app_keystore.bzl37 executable = openssl,
62 executable = openssl,
85 executable = keytool,
93 openssl = ctx.executable._openssl
120 executable = True,

12345