commit | 93e1f19904ecda6f4b60f65966b6e6542b4e461b | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Wed May 22 02:20:14 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 22 02:20:14 2024 +0000 |
tree | f017d0c263f6bf9c2da35913a1c83f62ad92bea0 | |
parent | ec26a677456b3ead4b704e5874e23094b613eacc [diff] | |
parent | 780f13f6e9dca2c1f7019cd56c0f48f233537035 [diff] |
Update androidx-constraintlayout_constraintlayout 19 to 21 am: 780f13f6e9 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3093660 Change-Id: Icf454459a9f8b80ae5ce9ed7c07eb373dc21a7fa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.