Commit 396c2c1f authored by bshe's avatar bshe Committed by Commit bot

Add jar_excluded_patterns support in android_aar_prebuilt

Gvr library needs to exclude protobuf classes(chromium has its own version)
in order to link properly with chromium. This CL adds
"jar_excluded_patterns" support for android_aar_prebuilt

BUG=632730

Review-Url: https://codereview.chromium.org/2188243002
Cr-Commit-Position: refs/heads/master@{#408667}
parent a12ade9d
...@@ -2633,6 +2633,7 @@ if (enable_java_templates) { ...@@ -2633,6 +2633,7 @@ if (enable_java_templates) {
[ [
"deps", "deps",
"requires_android", "requires_android",
"jar_excluded_patterns",
]) ])
if (!defined(deps)) { if (!defined(deps)) {
deps = [] deps = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment