commit | afc376d320f91a602ad39375a90a5dd6a9f3f7cf | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Apr 25 19:38:02 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 25 19:38:02 2024 +0000 |
tree | 17dbd69a84050f9b0ea0ba113bb14a4c33864f43 | |
parent | caa7192e371e5c04877bf24c93932cdeb3c4237a [diff] | |
parent | daabc31fc62d5945f2756727ea7b78bb185a7000 [diff] |
Merge "Switch to libc++ prebuilt" into main am: daabc31fc6 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2676296 Change-Id: I0a8f7ec33034a0eb3711c7dd817103234b0895ea 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.