commit | 53098a6ccd9de9f2baae8c3360f2be61b4fdf54a | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Dec 08 14:04:12 2022 -0500 |
committer | John Reck <jreck@google.com> | Thu Jan 05 12:25:50 2023 -0500 |
tree | 4b5019771e7290927241f884920fe2ba762abc91 | |
parent | f59bfdc690c2c239fadbdeb8a77a233bd2c0c45f [diff] |
Add libui dependencies Previous-Platform-Support: n/a Test-Info: n/a Apex-Size-Increase: n/a Aosp-First: n/a Test: make Change-Id: Ia5d260982be6a4f63b9a97a8672c3b82ef42c23e
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.