commit | 23a98a259e259d9834e6bbdbff4c24961feee34c | [log] [tgz] |
---|---|---|
author | Mathew Inwood <mathewi@google.com> | Thu Jun 24 09:19:42 2021 +0000 |
committer | Mathew Inwood <mathewi@google.com> | Thu Jun 24 09:19:42 2021 +0000 |
tree | f62483e9ee13e8e3d689b1ca0d498ff013b355ad | |
parent | a874e95adc6fb369eb9f10488adf56c2a5df2e20 [diff] |
Add LAST_RESORT_SUGGESTION annotation. Ensure that MODULES_OWNERS are not suggested as OWNERS for module CLs. Bug: 188631514 Test: N/A Merged-In: I4680076929ff8960dc38dd44d124539ea5cd9f77 Change-Id: I0d75d0c43d028553882a309d73df2c28e7f959e9
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.