commit | 376d42917ede13c77f9c85d7381a4b45b30267b8 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Wed Dec 21 16:38:15 2022 -0500 |
committer | Sam Delmerico <delmerico@google.com> | Fri Jan 06 10:34:06 2023 -0500 |
tree | 1967333041214bc9ba54fa6517237368b6d327cd | |
parent | f59bfdc690c2c239fadbdeb8a77a233bd2c0c45f [diff] |
disable Bazel mode for mainline module builds Bug: 261721870 Change-Id: I4127e843cf1caf460a1c6b949a97ef3418ff895c Merged-In: I46fccd1b31f428e75982a8f26d9c24e117b671e6
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.