commit | 780f13f6e9dca2c1f7019cd56c0f48f233537035 | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Fri May 17 16:09:37 2024 +0000 |
committer | Anvesh Renikindi <renikindi@google.com> | Tue May 21 11:27:06 2024 +0000 |
tree | aec8364add8a7afa4badae1daa06fbfe97b49f26 | |
parent | 22e687782b22751be5c019cc898cb592bf58f6c7 [diff] |
Update androidx-constraintlayout_constraintlayout 19 to 21 Aosp-First: No Apex-Size-Increase: Change-Id: I49671a41c3a38c47902c2a500a0bcc5188ae90fd Previous-Platform-Support: yes Test-Info:Android JUnit Test ignore-AOSP-First: Merge conflict resolution
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.