commit | 56f66a8f17af5b58a9e48d572f5c010157d70c04 | [log] [tgz] |
---|---|---|
author | Hassan Ali <hsnali@google.com> | Wed Jun 22 12:41:57 2022 +0000 |
committer | Hassan Ali <hsnali@google.com> | Thu Jun 23 14:42:16 2022 +0000 |
tree | 02b0a29a90f7e65ca0a03c05857f0c02b804f647 | |
parent | f874f0bca973f55df361ce415e57cf915f6511cf [diff] |
Set libmodules utils build min sdk version to 29 Test-Info: No behavior change. Aosp-First: yes Previous-Platform-Support: 29 Apex-Size-Increase: 0 Bug: 175670047 Test: m Change-Id: I788f4287df2130750b32b9e07d73043ed1433c98 Merged-In: I788f4287df2130750b32b9e07d73043ed1433c98
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.