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

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

Issue 1973253002: Remove passing of --jarjar to jni_generator.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | build/jni_generator.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 6a76383db1b1f905947aa0c65dc9e704695ea215..f3076be1f42fe1222668cd1d6a9e9d011226a6cf 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -66,12 +66,6 @@ template("generate_jni") {
rebase_path(jni_generator_include, jni_output_dir),
"--native_exports_optional",
]
- if (defined(invoker.jni_generator_jarjar_file)) {
- args += [
- "--jarjar",
- rebase_path(jni_generator_jarjar_file, root_build_dir),
- ]
- }
}
config("jni_includes_${target_name}") {
« no previous file with comments | « no previous file | build/jni_generator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698