commit | 009a6c0683b9c56e02647085368a308b31b8cad7 | [log] [tgz] |
---|---|---|
author | Tyler Saunders <tylersaunders@google.com> | Tue Oct 24 10:55:56 2023 +0100 |
committer | Tyler Saunders <tylersaunders@google.com> | Tue Oct 24 11:04:56 2023 +0100 |
tree | 62f5730df4dfa1935505be3b57b6473243cb5869 | |
parent | 7e6009b2f3be544404cfada18fbec69bcd3e04bf [diff] |
Add glide-integration-recyclerview-prebuilt This glide library contains the integration for RecyclerView. see: https://bumptech.github.io/glide/int/recyclerview.html Apex-Size-Increase: 3.9 KiB Aosp-First: No Previous-Platform-Support: Yes Test-Info: presubmits Ignore-AOSP-First: Required for internal photopicker changes Bug: b/298002553 Test: presubmits Change-Id: I5d406f371b0efc9d8f098a6a405ba11c3ed85b0c
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.