commit | be577742a16f12431148cea53dc23531c7343a95 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Mon Mar 13 12:48:26 2023 +0000 |
committer | Jingwen Chen <jingwen@google.com> | Mon Mar 20 11:08:58 2023 +0000 |
tree | 8e09410aea1af95c8deae7646b316e706831d345 | |
parent | fcbd0ba75fc88c49755703bc5ed71d06a2b52c2a [diff] |
Enable bazel in mainline build script. Fixes: 263406837 Test: presubmits Test: abtd (TBD) Change-Id: I38eb823d58af04c5f4ae91ae21abc381d0f840bc
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.