From 6bd30073a5236929709f6161cca80fda8d75e436 Mon Sep 17 00:00:00 2001 From: Sahana Rao Date: Wed, 12 May 2021 20:47:05 +0100 Subject: [PATCH] Add Glide to allowed_deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > How big is the binary size increase for affected APEXes? 8192 bytes > Is the new dependency committed to support previous platform releases? > note that you have to support all the releases starting from the > minSdkVersion value you are declaring Yes > Is the new dependency being developed AOSP-first or internal? Glide dependency is AOSP-first, using the dependency to develop an internal project. > What’s the testing strategy for the new dependency? Does it have its > own tests, and are you adding integration tests? We will be adding integration and manual tests for the image loading experience. Bug: 185801129 Test: Build Change-Id: Icebf6363a0a2b1a8811cad909d4b3274638c7021 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 87153b1..a08a25f 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -695,6 +695,7 @@ prebuilt_com.google.android.material_material-nodeps(minSdkVersion:(no version)) prebuilt_com.google.android.material_material-nodeps(minSdkVersion:14) prebuilt_error_prone_annotations(minSdkVersion:(no version)) prebuilt_error_prone_annotations(minSdkVersion:current) +prebuilt_glide-prebuilt(minSdkVersion:current) prebuilt_guava-listenablefuture-prebuilt-jar(minSdkVersion:current) prebuilt_kotlin-stdlib(minSdkVersion:current) prebuilt_kotlinx-coroutines-android-nodeps(minSdkVersion:(no version))