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

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

Issue 1587513002: Using alternative_android_sdk_jar in process_resources, package_resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove android-sdk param Created 4 years, 11 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 | « build/config/android/internal_rules.gni ('k') | build/java.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index d54779689bbd5c9b1b7b03292c4938a4d1b81f77..da9a8536f3ed4f1b791461e5319d06169b2ddb2e 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1422,6 +1422,7 @@ template("android_apk") {
process_resources(process_resources_target) {
forward_variables_from(invoker,
[
+ "alternative_android_sdk_jar",
"android_aapt_path",
"app_as_shared_lib",
"include_all_resources",
@@ -1685,6 +1686,7 @@ template("android_apk") {
deps = []
forward_variables_from(invoker,
[
+ "alternative_android_sdk_jar",
"android_aapt_path",
"app_as_shared_lib",
"deps",
@@ -1779,6 +1781,7 @@ template("android_apk") {
deps = []
forward_variables_from(invoker,
[
+ "alternative_android_sdk_jar",
"android_aapt_path",
"deps",
"native_lib_placeholders",
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698