Index: build/config/android/rules.gni |
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni |
index 856781831cb665e61d2a9e2f4e2dfe9b3f6634fe..aa1fd2a6a3c803905b1636a440e157460449b70a 100644 |
--- a/build/config/android/rules.gni |
+++ b/build/config/android/rules.gni |
@@ -1032,6 +1032,9 @@ template("android_standalone_library") { |
deps_dex(target_name) { |
deps = invoker.deps |
dex_path = invoker.dex_path |
+ if (defined(invoker.excluded_jars)) { |
+ excluded_jars = invoker.excluded_jars |
+ } |
} |
} |