Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Side by Side Diff: scripts/slave/recipes/art.expected/mips64-emulator-debug__ON__client.art__noclobber.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "[ROOT]/b/depot_tools/repo", 4 "[DEPOT_TOOLS]/repo",
5 "init", 5 "init",
6 "-u", 6 "-u",
7 "https://android.googlesource.com/platform/manifest", 7 "https://android.googlesource.com/platform/manifest",
8 "-b", 8 "-b",
9 "master-art" 9 "master-art"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
11 "name": "repo init" 12 "name": "repo init"
12 }, 13 },
13 { 14 {
14 "cmd": [ 15 "cmd": [
15 "[ROOT]/b/depot_tools/repo", 16 "[DEPOT_TOOLS]/repo",
16 "sync" 17 "sync"
17 ], 18 ],
19 "cwd": "[SLAVE_BUILD]",
18 "name": "repo sync" 20 "name": "repo sync"
19 }, 21 },
20 { 22 {
21 "cmd": [ 23 "cmd": [
22 "[CWD]/art/tools/buildbot-build.sh", 24 "[SLAVE_BUILD]/art/tools/buildbot-build.sh",
23 "-j8", 25 "-j8",
24 "--target" 26 "--target"
25 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
26 "env": { 29 "env": {
27 "ANDROID_BUILD_TOP": "[CWD]", 30 "ANDROID_BUILD_TOP": "[SLAVE_BUILD]",
28 "ANDROID_PRODUCT_OUT": "[CWD]/out/target/product/mips64r6", 31 "ANDROID_PRODUCT_OUT": "[SLAVE_BUILD]/out/target/product/mips64r6",
29 "ANDROID_SERIAL": "emulator-5554", 32 "ANDROID_SERIAL": "emulator-5554",
30 "ART_BUILD_HOST_DEBUG": "false", 33 "ART_BUILD_HOST_DEBUG": "false",
31 "ART_TEST_ANDROID_ROOT": "/data/local/tmp/system", 34 "ART_TEST_ANDROID_ROOT": "/data/local/tmp/system",
32 "ART_TEST_FULL": "false", 35 "ART_TEST_FULL": "false",
33 "ART_TEST_INTERPRETER": "true", 36 "ART_TEST_INTERPRETER": "true",
34 "ART_TEST_JIT": "true", 37 "ART_TEST_JIT": "true",
35 "ART_TEST_KEEP_GOING": "true", 38 "ART_TEST_KEEP_GOING": "true",
36 "ART_TEST_OPTIMIZING": "true", 39 "ART_TEST_OPTIMIZING": "true",
37 "ART_TEST_RUN_TEST_2ND_ARCH": "false", 40 "ART_TEST_RUN_TEST_2ND_ARCH": "false",
38 "ART_USE_OPTIMIZING_COMPILER": "true", 41 "ART_USE_OPTIMIZING_COMPILER": "true",
39 "CUSTOM_TARGET_LINKER": "/data/local/tmp/system/bin/linker64", 42 "CUSTOM_TARGET_LINKER": "/data/local/tmp/system/bin/linker64",
40 "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks", 43 "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks",
41 "JACK_SERVER": "false", 44 "JACK_SERVER": "false",
42 "LEGACY_USE_JAVA7": "true", 45 "LEGACY_USE_JAVA7": "true",
43 "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s", 46 "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s",
44 "TARGET_BUILD_TYPE": "release", 47 "TARGET_BUILD_TYPE": "release",
45 "TARGET_BUILD_VARIANT": "eng", 48 "TARGET_BUILD_VARIANT": "eng",
46 "TARGET_PRODUCT": "mips64r6", 49 "TARGET_PRODUCT": "mips64r6",
47 "USE_DEX2OAT_DEBUG": "false" 50 "USE_DEX2OAT_DEBUG": "false"
48 }, 51 },
49 "name": "build target" 52 "name": "build target"
50 }, 53 },
51 { 54 {
52 "name": "$result", 55 "name": "$result",
53 "recipe_result": null, 56 "recipe_result": null,
54 "status_code": 0 57 "status_code": 0
55 } 58 }
56 ] 59 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698