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

Unified Diff: build/config/android/internal_rules.gni

Issue 1211653002: [Android] Make dex exclude paths relative to output dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed paths to be relative to output dir. Created 5 years, 6 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
« build/android/gyp/dex.py ('K') | « build/android/gyp/dex.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index a8da93af28e09172a6b459d1559a9ef9131f46ed..83c309397c9666e23398ae57424c318583a41a31 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -151,6 +151,8 @@ template("dex") {
rebase_path(depfile, root_build_dir),
"--android-sdk-tools",
rebased_android_sdk_build_tools,
+ "--output-directory",
+ rebase_path(root_build_dir, root_build_dir),
"--dex-path",
rebased_output,
]
« build/android/gyp/dex.py ('K') | « build/android/gyp/dex.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698