commit | 981c376048e0b14d0828020f41f86a283fe3843b | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Mon Jan 23 11:58:14 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 23 11:58:14 2023 +0000 |
tree | 5b4e1fd4eeea8fde100075ceff472f8a50bd10b6 | |
parent | e03fb1e501a4147be0d6d7b69beae8ef4e2c02e2 [diff] | |
parent | 354a18b679cda52efb26110f61618097c743aa3f [diff] |
Addressing CL comments. am: 354a18b679 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2397481 Change-Id: I4c40f6365c95a230e69571e58a73ac6ceb663376 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.