Commit 2696eb8f authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

[aab] Add Google Android Play Core to //third_party/android_deps

This library is needed to on-demand install dynamic feature modules.

Bug: 862681
Change-Id: I6d4f76e614c464bdbd4fb3be7c69d1a583a75f1b
Reviewed-on: https://chromium-review.googlesource.com/1151531Reviewed-by: default avatarPeter Wen <wnwen@chromium.org>
Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Reviewed-by: default avatarConley Owens <cco3@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581345}
parent 246ef154
......@@ -1538,6 +1538,17 @@ deps = {
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_android_play_core': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core',
'version': 'version:1.3.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
# === ANDROID_DEPS Generated Code End ===
}
......
......@@ -444,6 +444,12 @@ android_aar_prebuilt(
]
}
android_aar_prebuilt("com_google_android_play_core_java") {
aar_path = "libs/com_google_android_play_core/core-1.3.0.aar"
info_path =
"libs/com_google_android_play_core/com_google_android_play_core.info"
}
java_prebuilt("android_arch_core_common_java") {
jar_path = "libs/android_arch_core_common/common-1.0.0.jar"
output_name = "android_arch_core_common"
......
......@@ -39,5 +39,6 @@
"libs/com_google_android_gms_play_services_location",
"libs/com_google_android_gms_play_services_tasks",
"libs/com_google_android_gms_play_services_vision",
"libs/com_google_android_gms_play_services_vision_common"
"libs/com_google_android_gms_play_services_vision_common",
"libs/com_google_android_play_core"
]
file://third_party/android_deps/OWNERS
\ No newline at end of file
Name: Google Android Play Core
Short Name: core
URL: https://developer.android.com/guide/app-bundle/playcore
Version: 1.3.0
License: Android Software Development Kit License
License File: /third_party/android_deps/Android_SDK_License-December_9_2016.txt
Security Critical: yes
Description:
Local Modifications:
No modifications.
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:1.3.0-cr0
package: chromium/third_party/android_deps/libs/com_google_android_play_core
description: Google Android Play Core
data:
- file: core-1.3.0.aar
# Generated by //build/android/gyp/aar.py
# To regenerate, use "update_android_aar_prebuilts = true" and run "gn gen".
aidl = [ ]
assets = [ ]
has_classes_jar = true
has_native_libraries = false
has_proguard_flags = false
has_r_text_file = false
is_manifest_empty = true
resources = [ ]
subjar_tuples = [ ]
subjars = [ ]
......@@ -37,6 +37,8 @@ dependencies {
compile "com.google.android.gms:play-services-vision:${gmsVersion}"
compile "com.google.android.gms:play-services-fido:${gmsVersion}"
compile "com.google.android.play:core:1.3.0"
// Support v4 libraries
def supportLibVersion = '27.0.0'
compile "com.android.support:support-v4:${supportLibVersion}"
......
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