commit | 342ecef2f999a5082dfd797d68ff00c3555bf20b | [log] [tgz] |
---|---|---|
author | William Loh <wloh@google.com> | Fri Nov 18 21:20:41 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Nov 18 21:20:46 2022 +0000 |
tree | ee4ee0d601ee93144ca6d93003dbdf268caaa32b | |
parent | ad88f0ac8d7af9f30e7ee852340997b894be9004 [diff] |
Revert "Update constraint layout version" Revert "Update ConstraintLayout to 2.2.0-alpha05" Revert submission 20509006-constraintLayout-update Reason for revert: b/259715781 Reverted Changes: I8c2fe29ff:Update ConstraintLayout to 2.2.0-alpha05 Iab2a8f459:Update constraint layout version Change-Id: I851a8964e852f3a0200f66a731f5ed2f2c31acae
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.