Add glide prebuilt dependencies to allowed_deps

Apex-Size-Increase: 4292 bytes
Previous-Platform-Support: Yes
Aosp-First: Glide dependency is AOSP-first, using the dependency to develop an
internal project.
Ignore-AOSP-First: There are changes in topic which cannot be made in AOSP. The updating of
glide dependency in AOSP would be done by a separate change.
Test-Info: We will be adding integration and manual tests for the image loading
experience.
Test: m
Bug: 195008673

Change-Id: I35641941b972ab87fe4091c36a6fded1c2c54705
1 file changed
tree: 76c8e4362a4ba01a91f8bd1dc5e6ba5698fcb9e5
  1. build/
  2. java/
  3. proto/
  4. sdk/
  5. tools/
  6. Android.bp
  7. generate_ml_bundle.sh
  8. MODULES_OWNERS
  9. OWNERS
  10. PREBUILTS_MODULE_OWNERS
  11. PREUPLOAD.cfg
  12. 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.