commit | 0b03c3971a6cdccd95040610c0be28ad763e82e3 | [log] [tgz] |
---|---|---|
author | Dario Freni <dariofreni@google.com> | Mon Jun 28 11:45:39 2021 +0000 |
committer | Dario Freni <dariofreni@google.com> | Mon Jun 28 11:53:02 2021 +0000 |
tree | 444daf34767a4287ac0400130d3de38a3953175d | |
parent | a13f9cb518eb8e6f4ccae74633e559c74ae016b0 [diff] |
Move soong variable to different repo. packages/modules/common is a more appropriate repository for module-level changes. Bug: 191978129 Test: m Change-Id: I522b56e80fd87e259d29ad78b525d419c7f9130f
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.