commit | 807c08357a5eb7fb6f774e55450e748efed1b336 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Apr 14 15:47:59 2021 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Apr 14 19:07:15 2021 +0100 |
tree | 14824b75883a3b066ecc700a8419231e7a6dd788 | |
parent | fb97572c29f3ed63decff594cb50db89f8619622 [diff] |
Move module defaults into a dedicated .bp file I'm adding some other modules in a follow up, and to avoid creating a large messy bp file, do some re-organization ahead of time. Bug: 184839225 Bug: 185128417 Test: m Change-Id: Icd655e680f7138582ddf34fb0e0e78e9bdd7a927
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.