| commit | 5f9236ceddbea041fc18ac038dee3e584d565223 | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Oct 13 02:11:26 2022 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 13 02:11:26 2022 +0000 |
| tree | ababfc7472aa2e518464d60fb0dae46cf1e492b7 | |
| parent | 070ad2855f35f53de08bc7a437c3d84cf668b4b8 [diff] | |
| parent | 19930575b67b1d58f0835f3adab64b3246403a5f [diff] |
Merge "Remove obsolete arch-specific libclang_rt.builtins-* modules" am: d676cf672c am: 3e9409af10 am: 19930575b6 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2252694 Change-Id: I7173f0d83992c3d65b8d0484b3d9da5aed1a1518 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.