commit | 2b1f95d6101d28d7c369116efd8922582361690f | [log] [tgz] |
---|---|---|
author | Austin O\'Neil <austinoneil@google.com> | Fri Mar 10 01:50:32 2023 +0000 |
committer | Austin O\'Neil <austinoneil@google.com> | Fri Mar 10 01:57:00 2023 +0000 |
tree | 2b8f4973e899faa020f8a01916f2995b24f6c79e | |
parent | 183fffa09aab8a345826944582fc6a8673ed4c94 [diff] |
Add Material 3 for Compose for Wear. Apex-Size-Increase: 0.3MB Aosp-First: Internal Bug: 261184207 Previous-Platform-Support: UDC Test: `m -j100` Test-Info: `m -j100` Ignore-AOSP-First: internal Change-Id: I72edcda9a0b59daba20aa2207adcc65d7c0c72c7
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.