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

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

Issue 1846113002: 🍱 Pass build scripts .interface.jar directly rather than --use-ijars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove --main-class ref in host_jar.gypi Created 4 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 | « build/config/android/internal_rules.gni ('k') | build/host_jar.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 b974baf1b73465cc55f157006927eaa754423565..40bcedd61aaba51dd716b4590072897ccaf58339 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1599,12 +1599,8 @@ template("android_apk") {
rebase_path(depfile, root_build_dir),
"--output",
rebase_path("${_dist_ijar_path}", root_build_dir),
- "--use-ijars",
- "--inputs=@FileArg($_rebased_build_config:dist_jar:dependency_jars)",
+ "--inputs=@FileArg($_rebased_build_config:dist_jar:all_interface_jars)",
]
- inputs += [ _jar_path ]
- _rebased_jar_path = rebase_path([ _jar_path ], root_build_dir)
- args += [ "--inputs=$_rebased_jar_path" ]
deps = [
":$build_config_target", # Generates the build config file.
":$java_target", # Generates the jar file.
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | build/host_jar.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698