commit | c40a062a66447c61c964c46dec4877d9a8a8e77d | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon Oct 31 15:54:12 2022 -0400 |
committer | John Reck <jreck@google.com> | Thu Dec 01 17:38:45 2022 +0000 |
tree | 2e86f3203d18e6751ad6613c5ad010b0088782ca | |
parent | 71883fca0256d22f7b624de28f3e124d74a825ed [diff] |
libui/libgui dependency update libgui isn't supposed to be used by apex modules in the first place, see b/214400477 Apex-Size-Increase: n/a Previous-Platform-Support: n/a Aosp-First: n/a Test-Info: n/a Test: make Change-Id: I9247744b3f65c1a3fccde5e6ca8c9bc6f7a702fb Merged-In: I9247744b3f65c1a3fccde5e6ca8c9bc6f7a702fb
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.