commit | 2fc9185748e3aec51bd09aa206d451981731ad93 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Wed Dec 21 17:20:43 2022 -0500 |
committer | Sam Delmerico <delmerico@google.com> | Thu Jan 05 19:09:57 2023 +0000 |
tree | fe0cfe7d57e130679a929ed43b743dc92b2a3f85 | |
parent | 868659a521354e0a1b020172bf3a6086f6aa0a5b [diff] |
disable Bazel mode for mainline module builds Bug: 261721870 Ignore-AOSP-First: merge conflicts with aosp/2366499 Change-Id: I46fccd1b31f428e75982a8f26d9c24e117b671e6 (cherry picked from commit ef347284988200f0bcc2fd5307a4f945575ecf70)
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.