commit | 2b28ea26d31fd583095a5f37474f32ccd72b0b89 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Apr 12 20:17:16 2022 +0100 |
committer | Anton Hansson <hansson@google.com> | Tue Apr 12 20:17:16 2022 +0100 |
tree | 26be99ec4642551aa6644f64d2af3bf1076461d4 | |
parent | aad956521525143b09e944a9c1ec6a79c36ab2e2 [diff] |
Add final T modules to the sdk proto Bug: 222051472 Test: m Change-Id: Icfa1f481869377ba623c1076530a0f94f8ab61a6
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.