Add Glide to allowed_deps
> 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
This commit is contained in:
committed by
Abhijeet Kaur
parent
c347459cc8
commit
6bd30073a5
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user