Home
last modified time | relevance | path

Searched refs:BUILD_TARGET (Results 1 – 21 of 21) sorted by relevance

/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py38 BUILD_TARGET = "fake-build-target" variable in CreateGoldfishActionTest
77 constants.BUILD_TARGET: self.BUILD_TARGET}
115 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
127 none_avd_spec, cfg, build_target=self.BUILD_TARGET,
140 build_target=self.BUILD_TARGET,
161 "build_target": self.BUILD_TARGET,
182 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
197 build_target=self.BUILD_TARGET,
227 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
246 build_target=self.BUILD_TARGET,
[all …]
Dremote_instance_cf_device_factory.py152 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET]
162 self._avd_spec.system_build_info.get(constants.BUILD_TARGET),
165 self._avd_spec.kernel_build_info.get(constants.BUILD_TARGET),
168 self._avd_spec.bootloader_build_info.get(constants.BUILD_TARGET))
233 avd_spec.remote_image[constants.BUILD_TARGET],
236 avd_spec.system_build_info[constants.BUILD_TARGET],
239 avd_spec.kernel_build_info[constants.BUILD_TARGET],
242 avd_spec.bootloader_build_info[constants.BUILD_TARGET])
Dcommon_operations_test.py44 BUILD_TARGET = "fake-target" variable in CommonOperationsTest
73 "build_target": self.BUILD_TARGET,
78 "build_target": self.BUILD_TARGET,
116 "build_target": self.BUILD_TARGET,
143 "build_target": self.BUILD_TARGET,
163 "build_target": self.BUILD_TARGET,
Dcreate_cuttlefish_action_test.py45 BUILD_TARGET = "fake-build-target" variable in CreateCuttlefishActionTest
118 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
131 cfg, self.BUILD_TARGET, self.BUILD_ID, branch=self.BRANCH,
145 build_target=self.BUILD_TARGET,
165 "build_target": self.BUILD_TARGET,
Dgce_device_factory.py71 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET]
Dcreate_goldfish_action.py281 build_target = avd_spec.remote_image[constants.BUILD_TARGET]
/tools/acloud/internal/lib/
Dandroid_build_client_test.py39 BUILD_TARGET = "fake_target" variable in AndroidBuildClientTest
74 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID,
79 target=self.BUILD_TARGET,
95 self.BUILD_TARGET, self.BUILD_ID, self.RESOURCE_ID,
104 build_target=self.BUILD_TARGET,
111 target=self.BUILD_TARGET,
130 build_target=self.BUILD_TARGET,
144 branch = self.client.GetBranch(self.BUILD_TARGET, self.BUILD_ID)
146 target=self.BUILD_TARGET,
158 build_id = self.client.GetLKGB(self.BUILD_TARGET, self.BUILD_BRANCH)
[all …]
Dcvd_compute_client_multi_stage_test.py238 constants.BUILD_TARGET: build_target}
240 constants.BUILD_TARGET: system_build_target}
242 constants.BUILD_TARGET: kernel_build_target}
Dcheeps_compute_client_test.py111 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET,
158 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET,
Dcvd_compute_client_multi_stage.py258 build_target = avd_spec.remote_image.get(constants.BUILD_TARGET)
260 system_build_target = avd_spec.system_build_info.get(constants.BUILD_TARGET)
262 kernel_build_target = avd_spec.kernel_build_info.get(constants.BUILD_TARGET)
Dcheeps_compute_client.py92 metadata["android_build_target"] = avd_spec.remote_image[constants.BUILD_TARGET]
/tools/acloud/create/
Davd_spec.py552 self._remote_image[constants.BUILD_TARGET] = args.build_target
553 if not self._remote_image[constants.BUILD_TARGET]:
554 self._remote_image[constants.BUILD_TARGET] = self._GetBuildTarget(args)
559 self._remote_image[constants.BUILD_TARGET]) or constants.FLAVOR_PHONE
563 self._remote_image[constants.BUILD_TARGET]):
573 self._remote_image[constants.BUILD_TARGET],
582 constants.BUILD_TARGET: args.system_build_target}
585 constants.BUILD_TARGET: args.kernel_build_target}
589 constants.BUILD_TARGET: args.bootloader_build_target}
Dremote_image_local_instance.py72 build_target = avd_spec.remote_image[constants.BUILD_TARGET]
94 avd_spec.system_build_info.get(constants.BUILD_TARGET),
97 avd_spec.kernel_build_info.get(constants.BUILD_TARGET),
100 avd_spec.bootloader_build_info.get(constants.BUILD_TARGET))
Dgce_remote_image_remote_instance.py48 avd_spec.remote_image[constants.BUILD_TARGET],
Dbase_avd_create.py78 avd_spec.remote_image[constants.BUILD_TARGET],
Dremote_image_remote_instance_test.py61 avd_spec.remote_image = {constants.BUILD_TARGET: "fake_target",
Dremote_image_remote_instance.py88 avd_spec.remote_image[constants.BUILD_TARGET],
Dcheeps_remote_image_remote_instance.py113 build_target=self._avd_spec.remote_image[constants.BUILD_TARGET])
Dcheeps_remote_image_remote_instance_test.py74 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET}
/tools/treble/split/
DREADME.md39 BUILD_TARGET=droid
51 $BUILD_TARGET
/tools/acloud/internal/
Dconstants.py32 BUILD_TARGET = "build_target" variable