commit | 754c2bd09b7eb68fb20ed9fdf329c479d510883b | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Fri Apr 26 02:22:37 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 26 02:22:37 2024 +0000 |
tree | 1c73005b36b92f1d2682afe243d0a6f0faabbc0b | |
parent | 6616823595abca7e310bad27f7343e56f94e8579 [diff] | |
parent | 90b7726ca1f9bf64309bda34dfb7c64f96fce95f [diff] |
Merge "Revert "Switch to libc++ prebuilt"" into main am: 90b7726ca1 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3061873 Change-Id: I198c8d13b99b40c889faac7c48039ddc8307cbdc 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.