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
1 file changed
tree: c41fd2fab3e0df6f324c2dd3b5e11288a6bf0be4
  1. build/
  2. java/
  3. proto/
  4. sdk/
  5. tools/
  6. Android.bp
  7. MODULES_OWNERS
  8. OWNERS
  9. PREUPLOAD.cfg
  10. README.md
README.md

packages/modules/common

This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils instead.

java code

This project uses a single source path for java code. All java code should go in the java directory with subdirectories corresponding to the java package. Android.bp files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.

Tests for java code should go in the javatests directory and follow the same structure.