commit | 4113851c47ffdece85b21676a70f2397de6bfd6e | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Wed Dec 21 08:17:40 2022 +0100 |
committer | Jeff Vander Stoep <jeffv@google.com> | Wed Dec 21 08:21:37 2022 +0100 |
tree | d4f857b2c5f3e4ddb796d42884496e3f9a7f0dca | |
parent | db6bd00d515114a86af9a1861cea705f56fe0f0e [diff] |
Add libstatic_assertions. This is a transitive dependency of libnix and required to update nix to the latest version. Apex-Size-Increase: n/a Previous-Platform-Support: Not sure what this means Aosp-First: Yes Test-Info: atest static_assertions_test_tests_eq_size Change-Id: I1cafdb2f82ce6ca075195b35e8d611a0db047fdf Test: atest static_assertions_test_tests_eq_size Change-Id: Iafb6cf18c0888413706b857d31cc2870ab03a09a
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.