commit | 2e20043b65d2a9216cdbd9fd875ad5d12d148f70 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Fri Nov 12 21:19:04 2021 +0000 |
committer | Jiakai Zhang <jiakaiz@google.com> | Fri Nov 12 21:19:04 2021 +0000 |
tree | 63d9a1a9a6a37fc2253a620c7c05899934fb759c | |
parent | d1e683a867bd4396b1e76d6563061149f61d6afe [diff] |
Add new allowed dependency "libc++fs". Bug: 205276874 Test: m nothing Apex-Size-Increase: 40KB (or 0.1% of the ART APEX) Previous-Platform-Support: yes (The library is statically linked.) Aosp-First: yes Test-Info: See above Change-Id: I46d086079c0b0fa83455f898fb7328b94c761fb4
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.