commit | c978d8fa030440409bf9231c624c8a683499f86e | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Fri Apr 26 00:58:58 2024 +0000 |
committer | Ryan Prichard <rprichard@google.com> | Fri Apr 26 01:00:04 2024 +0000 |
tree | fdc02ea8136f241ccffab57394e9181f8c59e27c | |
parent | a89238e4166e7a4aa6730bbbf3033f8661a6b222 [diff] |
Revert "Switch to libc++ prebuilt" Revert submission 2675705-use-prebuilt-libcxx Reason for revert: breaks some Android tests (b/337120479, b/337121737, b/337122511) Reverted changes: /q/submissionid:2675705-use-prebuilt-libcxx Bug: 337120479 Bug: 337121737 Bug: 337122511 Change-Id: Id07266de2561be6502e37ffda84890a0d55942cf
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.