commit | 0b93f78b43bd949da48f78a25204cef06f994d05 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Tue Mar 21 01:55:31 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 21 01:55:31 2023 +0000 |
tree | 76b233e5ac0233af383d9f84b1893e13d318dd71 | |
parent | d85c456c0cecafee2363f305f7c0eba615d8d4b0 [diff] | |
parent | a9df5457ad322e953c1d4560abafd3cd9dd94b35 [diff] |
[conflict] Enable bazel in mainline build script. am: be577742a1 am: d8af540729 am: bbc57ef1c6 am: a9df5457ad Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/22167075 Change-Id: I53db56a88bc97cc727decbbad6c0f6ac5184d53e 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.