Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 64) sorted by relevance

123

/build/docs/
DFAQ.md43 ### 关于--build-target使用
45 build-target 是传给ninja的参数,build.ninja里面的任务都可以。
46 1. gn里面的一个target都可以,包括可执行程序,动态库,group,action,部件名
47 …2. 如果直接指定名称报unkonw target的话,可能是重名等原因,按照gn的全名称指定:{目标所在BUILD.gn的路径}:{目标名}, 比如: `--build-target commo…
48 3. build-target参数一次可以指定多,比如:`--build-target A --build-target B`
50 …,根据ohos.build编译系统生产的gn目标,如果直接指定部件名,使用`--build-target {部件名}` 报错unkonw target,可以使用一个部件的全名称指定:`--buil…
D关于deps及external_deps的使用.md30 "module1的gn target",
64 "name": "module1的gn target"
/build/ohos/sdk/
Dparse_sdk_description.py45 def add_target(self, target): argument
46 if target not in self.targets:
47 self.targets.append(target)
70 def add_target(item, target, sdk_systems): argument
73 item.get('targets').get('linux').add_target('"%s",' % target)
75 item.get('targets').get('windows').add_target('"%s",' % target)
77 item.get('targets').get('darwin').add_target('"%s",' % target)
/build/lite/testfwk/
Dlite_testcase_resource_copy.py53 for target in root:
54 if target.attrib.get('name') != testcase_target_name:
56 for _depend in target:
104 for target in root:
105 if target.attrib.get('name') != testcase_target_name:
107 for child in target:
/build/ohos/app/
Dapp.gni20 # Declare an OHOS AppScope target
46 # Declare an OHOS assets target
49 # deps: dependencies of this target.
69 # Declare a js assets target
76 # deps: dependencies of this target.
111 # Declare an OHOS resource target
114 # deps: dependencies of this target.
147 # compile_resources target here only used for concat app.json to module.json
166 # compile_resources target here only used for resources.h generation
200 # Declare an OHOS hap target
[all …]
/build/lite/hb/
D__main__.py45 def search(findir, target): argument
47 if target in files:
/build/templates/metadata/
Dmodule_info.gni78 assert(false, "Error: unsupported target cpu name.")
103 "--target-label",
168 arguments += [ "--symlink-target" ]
233 …"Illegal target name: \"${_caller_target_name}\", target name of ohos_js_assets or ohos_assets mus…
237 …"Illegal target name: \"${_caller_target_name}\", target name of ohos_resources must endswith res …
/build/lite/hb_internal/build/
Dbuild.py184 args.target):
185 build.register_args('ohos_build_target', args.target)
202 if hasattr(args, 'target') and len(args.target):
203 cmd_args['ninja']['targets'] = args.target
Dbuild_process.py54 self.target = component
59 def target(self): member in Build
62 @target.setter
63 def target(self, component): member in Build
/build/ohos/testfwk/
Dtestcase_resource_copy.py57 for target in root:
58 if target.attrib.get('name') != testcase_target_name:
60 for _depend in target:
108 for target in root:
109 if target.attrib.get('name') != testcase_target_name:
111 for child in target:
Dgen_module_list_files.py49 'target': options.target,
/build/lite/ndk/
DREADME.md21 │ └── target
72 static_library("hello_world") { # 应用库文件target,也可是shared_library
82 executable("sample") { # 应用可执行文件target
/build/lite/config/component/
Dlite_component.gni39 target(target_type, target_name) {
90 target(target_type, target_name) {
148 target(invoker.target_type, target_name) {
183 "--target-name",
/build/config/ohos/
DBUILD.gn44 cflags += [ "--target=$abi_target" ]
47 ldflags += [ "--target=$abi_target" ]
56 # that is ohos-only. Please see that target for advice on what should go in
/build/lite/ndk/build/config/
DBUILD.gn98 "--target=arm-liteos-ohos",
144 include_dirs += [ "//gcc/target/usr/include" ]
145 ldflags = [ "-L$ohos_root_path/gcc/target/usr/lib" ]
/build/core/gn/
Dloader.gni39 "--target-os",
41 "--target-cpu",
/build/config/
DBUILDCONFIG.gn28 # represents the computer doing the compile and never changes. The "target"
31 # host, the target, or something completely different (like nacl). GN will
42 # concept, and "target" is something our build sets up that's symmetrical with
184 # - If your feature is a single target, say //components/foo, you can put
190 # the buildflag_header target in the same file as the build flag itself. You
193 # - If your flag toggles a target on and off or toggles between different
194 # versions of similar things, write a "group" target that forwards to the
195 # right target (or no target) depending on the value of the build flag. This
240 # Allows the path to a custom target toolchain to be injected as a single
248 # target platform
[all …]
Dsysroot.gni10 # the target toolchain.
/build/ohos/ndk/
Dscan_ndk_targets.py87 for target in targets:
90 target))
/build/scripts/
Dentry.py75 for target in build_targets:
76 cmd.append(target)
/build/tools/module_dependence/
Dpart_deps.py90 target=_dep_part,
97 target=_dep_part,
/build/lite/
DBUILD.gn80 # Skip kernel target for userspace only scenario.
112 # Skip device target for userspace only scenario.
114 # Step 7: Add device and product target by default.
/build/config/linux/
DBUILD.gn19 # that is Linux-only. Please see that target for advice on what should go in
27 if ((!is_chromeos || default_toolchain != "//build/toolchain/cros:target") &&
/build/toolchain/
Dwrapper_utils.py80 target=lambda: _gzip_then_delete(tmp_map_path, map_file)).start()
/build/lite/hb_internal/tool/
Dtool.py93 path, target = target_path.split(":")
94 if target == module:

123