Commit dfddc5cb authored by Clark DuVall's avatar Clark DuVall Committed by Commit Bot

Pull arcore meta-data tags into base manifest

The Play Store complains if the com.google.ar.core.min_apk_version is
not present in the base manifest. This behavior was changed due to
https://crrev.com/c/2538369.

Bug: 1149022
Change-Id: I0498bae13e32e2fd2b0712e74533680843e91581
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545725
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Auto-Submit: Clark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828534}
parent 01b00e24
...@@ -2168,6 +2168,14 @@ android_library("base_module_java") { ...@@ -2168,6 +2168,14 @@ android_library("base_module_java") {
deps += [ "//chrome/android/modules/dev_ui/provider:java" ] deps += [ "//chrome/android/modules/dev_ui/provider:java" ]
} }
# The arcore manifest needs to be merged into the base module because the Play
# Store verifies the com.google.ar.core.min_apk_version meta-data tag is in
# the base manifest.
if (enable_arcore) {
deps +=
[ "//third_party/arcore-android-sdk-client:com_google_ar_core_java" ]
}
srcjar_deps = [ ":chrome_product_config" ] srcjar_deps = [ ":chrome_product_config" ]
# Add the actual implementation where necessary so that downstream targets # Add the actual implementation where necessary so that downstream targets
......
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