Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dandroid_build_client_test.py37 BUILD_TARGET = "fake_target" variable in AndroidBuildClientTest
72 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID,
77 target=self.BUILD_TARGET,
93 self.BUILD_TARGET, self.BUILD_ID, self.RESOURCE_ID,
102 build_target=self.BUILD_TARGET,
109 target=self.BUILD_TARGET,
128 build_target=self.BUILD_TARGET,
142 branch = self.client.GetBranch(self.BUILD_TARGET, self.BUILD_ID)
144 target=self.BUILD_TARGET,
156 build_id = self.client.GetLKGB(self.BUILD_TARGET, self.BUILD_BRANCH)
[all …]
Dcheeps_compute_client.py94 if avd_spec.remote_image[constants.BUILD_TARGET]:
95 metadata['android_build_target'] = avd_spec.remote_image[constants.BUILD_TARGET]
Dcheeps_compute_client_test.py108 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET,
/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py37 BUILD_TARGET = "fake-build-target" variable in CreateGoldfishActionTest
75 constants.BUILD_TARGET: self.BUILD_TARGET}
112 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
124 none_avd_spec, cfg, build_target=self.BUILD_TARGET,
137 build_target=self.BUILD_TARGET,
157 "build_target": self.BUILD_TARGET,
178 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
193 build_target=self.BUILD_TARGET,
222 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
241 build_target=self.BUILD_TARGET,
[all …]
Dcommon_operations_test.py40 BUILD_TARGET = "fake-target" variable in CommonOperationsTest
69 "build_target": self.BUILD_TARGET,
74 "build_target": self.BUILD_TARGET,
112 "build_target": self.BUILD_TARGET,
132 "build_target": self.BUILD_TARGET,
Dcreate_cuttlefish_action_test.py42 BUILD_TARGET = "fake-build-target" variable in CreateCuttlefishActionTest
113 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
123 cfg, self.BUILD_TARGET, self.BUILD_ID, branch=self.BRANCH,
134 build_target=self.BUILD_TARGET,
151 "build_target": self.BUILD_TARGET,
Dremote_instance_cf_device_factory.py159 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET]
217 self._avd_spec.remote_image[constants.BUILD_TARGET],
220 self._avd_spec.system_build_info[constants.BUILD_TARGET],
223 self._avd_spec.kernel_build_info[constants.BUILD_TARGET])
267 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET]
345 self._avd_spec.kernel_build_info[constants.BUILD_TARGET])
/tools/acloud/create/
Davd_spec.py498 self._remote_image[constants.BUILD_TARGET] = args.build_target
499 if not self._remote_image[constants.BUILD_TARGET]:
500 self._remote_image[constants.BUILD_TARGET] = self._GetBuildTarget(args)
505 self._remote_image[constants.BUILD_TARGET]) or constants.FLAVOR_PHONE
509 self._remote_image[constants.BUILD_TARGET]):
519 self._remote_image[constants.BUILD_TARGET],
525 constants.BUILD_TARGET: args.system_build_target}
528 constants.BUILD_TARGET: args.kernel_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_local_instance.py67 build_target = 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/acloud/internal/
Dconstants.py32 BUILD_TARGET = "build_target" variable