commit | 892d2fd80d620f75c820115fc42d4078f87d6ca5 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Fri Dec 16 10:01:55 2022 +0000 |
committer | Selim Cinek <cinek@google.com> | Mon Jan 16 11:12:06 2023 +0000 |
tree | 8488f8b24044860a3427673d5f015cc8beda9e16 | |
parent | bf49995d901274379f7c0f503d5ed075c6e7e7db [diff] |
Added constraintlayout-core and constraintlayout-core-nodeps Test: None Bug: 259525483 Merged-In: I94c1fd76482036e259fa366b8e0f1ff692d621b9 Change-Id: I94c1fd76482036e259fa366b8e0f1ff692d621b9
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.