commit | b9879e81a6c26174e77f815e775e49f2877f7f0c | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Mon Mar 20 18:03:16 2023 +0000 |
committer | Jingwen Chen <jingwen@google.com> | Tue Mar 21 09:45:36 2023 +0000 |
tree | 259ce0f171167290755ef20bc1b8dd8b184fcedd | |
parent | 034c223cb1fc299ec13de55cbfb9ea159180e21d [diff] | |
parent | be577742a16f12431148cea53dc23531c7343a95 [diff] |
[conflict] Enable bazel in mainline build script. am: be577742a1 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2497055 Ignore-AOSP-First: merge conflict resolution. Change-Id: I76a568c12b77ac1108b2e8e7ae9a0f2b1766a881 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.