commit | a9df5457ad322e953c1d4560abafd3cd9dd94b35 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Mon Mar 20 19:25:57 2023 +0000 |
committer | Liz Kammer <eakammer@google.com> | Mon Mar 20 20:24:14 2023 +0000 |
tree | 76b233e5ac0233af383d9f84b1893e13d318dd71 | |
parent | a35f7b99f3611a8395e3eb0cacb39d06a2e90efd [diff] | |
parent | bbc57ef1c6ae69e668752e7d27e93f702712c436 [diff] |
[conflict] Enable bazel in mainline build script. am: be577742a1 am: d8af540729 am: bbc57ef1c6 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2497055 Bug: 263406837 Ignore-AOSP-First: merge conflict resolution. Change-Id: Ie80461852c504eec276b80459955596f7ffc128a 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.