commit | 6616823595abca7e310bad27f7343e56f94e8579 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Apr 25 22:19:35 2024 +0000 |
committer | Ryan Prichard <rprichard@google.com> | Thu Apr 25 22:22:45 2024 +0000 |
tree | 1c73005b36b92f1d2682afe243d0a6f0faabbc0b | |
parent | 1dad26863ed0f1104536bf7e95fd024f8a1ee9c1 [diff] |
[RESTRICT AUTOMERGE] Revert "Merge "Switch to libc++ prebuilt" into main am: daabc31fc6" This reverts commit 1dad26863ed0f1104536bf7e95fd024f8a1ee9c1. Reason for revert: udc-mainline-prod still uses external/libcxx, not the new libc++ prebuilt Bug: 337081081 Change-Id: I40e0addac026c8618679e69e8d15eaf0831aa3ed
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.