commit | 92ef09c8aea1e8e5429286397dac3fc26262a070 | [log] [tgz] |
---|---|---|
author | Biswarup Pal <biswarupp@google.com> | Wed Aug 25 20:08:13 2021 +0000 |
committer | Biswarup Pal <biswarupp@google.com> | Wed Sep 01 17:59:03 2021 +0000 |
tree | 76c8e4362a4ba01a91f8bd1dc5e6ba5698fcb9e5 | |
parent | 6136b302b6b6100c6c118ae237c96e1731270d9a [diff] |
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
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.
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.