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

Unified Diff: build/android/BUILD.gn

Issue 2752093003: Remove hard-coded sdk build tools path from test_runner_py target. (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/BUILD.gn
diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn
index 53366db1934f98bcbab8fdf2304c01f3e49bb67a..2c6d6fd7f71d21cca5eb8f610ca6126ed2b89736 100644
--- a/build/android/BUILD.gn
+++ b/build/android/BUILD.gn
@@ -114,11 +114,11 @@ group("test_runner_py") {
"devil_chromium.json",
"pylib/gtest/filter/",
"test_wrapper/logdog_wrapper.py",
- "//third_party/android_tools/sdk/build-tools/24.0.2/aapt",
- "//third_party/android_tools/sdk/build-tools/24.0.2/dexdump",
- "//third_party/android_tools/sdk/build-tools/24.0.2/lib64/libc++.so",
- "//third_party/android_tools/sdk/build-tools/24.0.2/split-select",
- "//third_party/android_tools/sdk/platform-tools/adb",
+ "${android_sdk_build_tools}/aapt",
+ "${android_sdk_build_tools}/dexdump",
+ "${android_sdk_build_tools}/lib64/libc++.so",
+ "${android_sdk_build_tools}/split-select",
+ "${android_sdk_root}/platform-tools/adb",
"//third_party/catapult/third_party/gsutil/",
"//third_party/catapult/devil/devil/devil_dependencies.json",
"//third_party/proguard/lib/proguard.jar",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698