Commit 7a513598 authored by Carlos Knippschild's avatar Carlos Knippschild Committed by Commit Bot

Add's Androidx ExifInterface as a third-party dependency.

Changes to other AndroidX libraries where generated automatically by the
fetch_all.py script.

Bug: 1102962
Change-Id: I1cbb8b28d24d64ff4620659987b6e92a6a66af19
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283413Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Reviewed-by: default avatarMohamed Heikal <mheikal@chromium.org>
Commit-Queue: Yaron Friedman <yfriedman@chromium.org>
Auto-Submit: Carlos Knippschild <carlosk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#786057}
parent c9a575af
......@@ -1855,6 +1855,17 @@ deps = {
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/androidx_exifinterface_exifinterface': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/androidx_exifinterface_exifinterface',
'version': 'version:1.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/androidx_fragment_fragment': {
'packages': [
{
......
......@@ -273,6 +273,13 @@ android_aar_prebuilt("androidx_drawerlayout_drawerlayout_java") {
]
}
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
android_aar_prebuilt("androidx_exifinterface_exifinterface_java") {
aar_path = "libs/androidx_exifinterface_exifinterface/exifinterface-1.0.0.aar"
info_path = "libs/androidx_exifinterface_exifinterface/androidx_exifinterface_exifinterface.info"
deps = [ ":androidx_annotation_annotation_java" ]
}
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
android_aar_prebuilt("androidx_fragment_fragment_java") {
aar_path = "libs/androidx_fragment_fragment/fragment-1.2.5.aar"
......
......@@ -24,6 +24,7 @@
"libs/androidx_customview_customview",
"libs/androidx_documentfile_documentfile",
"libs/androidx_drawerlayout_drawerlayout",
"libs/androidx_exifinterface_exifinterface",
"libs/androidx_fragment_fragment",
"libs/androidx_gridlayout_gridlayout",
"libs/androidx_interpolator_interpolator",
......
......@@ -50,6 +50,7 @@ dependencies {
compile "androidx.vectordrawable:vectordrawable-animated:${androidXSupportLibVersion}"
compile "androidx.tvprovider:tvprovider:${androidXSupportLibVersion}"
compile "androidx.viewpager:viewpager:${androidXSupportLibVersion}"
compile "androidx.exifinterface:exifinterface:${androidXSupportLibVersion}"
compile "androidx.multidex:multidex:2.0.0"
......
file://third_party/android_deps/OWNERS
\ No newline at end of file
Name: Android Support ExifInterface
Short Name: exifinterface
URL: http://developer.android.com/tools/extras/support-library.html
Version: 1.0.0
License: Apache Version 2.0
License File: LICENSE
Security Critical: yes
Description:
Android Support ExifInterface
Local Modifications:
No modifications.
# 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 = []
# 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.0.0-cr0
package: chromium/third_party/android_deps/libs/androidx_exifinterface_exifinterface
description: "Android Support ExifInterface"
data:
- file: exifinterface-1.0.0.aar
......@@ -8,10 +8,10 @@ license appears below. This is the same license used for OpenJDK.
A few parts of the Checker Framework have more permissive licenses.
* The annotations are licensed under the MIT License. (The text of this
license also appears below.) More specifically, all the parts of the
Checker Framework that you might want to include with your own program
use the MIT License. This is the checker-qual*.jar and
* The annotations and utility files are licensed under the MIT License.
(The text of this license also appears below.) More specifically, all
the parts of the Checker Framework that you might want to include with
your own program use the MIT License. This is the checker-qual*.jar and
checker-compat-qual*.jar files and all the files that appear in them:
every file in a qual/ directory, plus utility files such as
NullnessUtil.java, RegexUtil.java, SignednessUtil.java, etc. In
......
......@@ -8,10 +8,10 @@ license appears below. This is the same license used for OpenJDK.
A few parts of the Checker Framework have more permissive licenses.
* The annotations are licensed under the MIT License. (The text of this
license also appears below.) More specifically, all the parts of the
Checker Framework that you might want to include with your own program
use the MIT License. This is the checker-qual*.jar and
* The annotations and utility files are licensed under the MIT License.
(The text of this license also appears below.) More specifically, all
the parts of the Checker Framework that you might want to include with
your own program use the MIT License. This is the checker-qual*.jar and
checker-compat-qual*.jar files and all the files that appear in them:
every file in a qual/ directory, plus utility files such as
NullnessUtil.java, RegexUtil.java, SignednessUtil.java, etc. In
......
......@@ -8,10 +8,10 @@ license appears below. This is the same license used for OpenJDK.
A few parts of the Checker Framework have more permissive licenses.
* The annotations are licensed under the MIT License. (The text of this
license also appears below.) More specifically, all the parts of the
Checker Framework that you might want to include with your own program
use the MIT License. This is the checker-qual*.jar and
* The annotations and utility files are licensed under the MIT License.
(The text of this license also appears below.) More specifically, all
the parts of the Checker Framework that you might want to include with
your own program use the MIT License. This is the checker-qual*.jar and
checker-compat-qual*.jar files and all the files that appear in them:
every file in a qual/ directory, plus utility files such as
NullnessUtil.java, RegexUtil.java, SignednessUtil.java, etc. In
......
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