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

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

Issue 1329583002: Add missing Android GN build dep on md5sum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: data_deps Created 5 years, 4 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/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 613cb077ff43b074f7d45a483bc7b7d026467806..c72b7ab3c5ea0a28a71ac43ba5c145120a43b596 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -786,6 +786,8 @@ template("create_apk") {
forward_variables_from(invoker, [ "deps" ])
deps += [ ":${_package_resources_target_name}" ]
+ data_deps = [ "//tools/android/md5sum" ] # Used when deploying APKs
+
if (defined(_dex_path)) {
dex_path = _dex_path
}
« 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