commit | 8d5126fdd2bc44ed9f078845f89e77d983df93f4 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Jan 23 17:40:14 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 23 17:40:14 2023 +0000 |
tree | 80242e57e69b625f3b2157d134ab035e938aaf63 | |
parent | 981c376048e0b14d0828020f41f86a283fe3843b [diff] | |
parent | 45b1b129a75bc25d575d4a890f8753733ede6098 [diff] |
Merge "Add rust demangle deps." am: 45b1b129a7 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2384662 Change-Id: I5093d5171776cc12689c77861a67079a85f8ce31 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.