commit | dc63d0da62a3b87d80dfd4cc6cb6538fd0c4783a | [log] [tgz] |
---|---|---|
author | Prashanth Swaminathan <prashanthsw@google.com> | Wed Jul 26 10:32:26 2023 -0700 |
committer | Prashanth Swaminathan <prashanthsw@google.com> | Thu Jul 27 00:31:40 2023 +0000 |
tree | cc3bc138e1ef7dafdc7a2cf181a7afb7a8722065 | |
parent | fdcc39e8a490c3a4366f062ebafcd13a5565db1e [diff] |
Add VIC crt files to allowed deps When building riscv64 targets, the minimum version is VIC, which includes the crt libraries when building mainline modules for riscv64. These dependencies do not appear when building for other architectures. Apex-Size-Increase: None, libs do not appear outside of riscv64 targets. Previous-Platform-Support: Not a new dep, just new SDK versions. Aosp-First: AOSP-first Test-Info: Verified build and launch of riscv64 targets. Bug: 291150284 Merged-In: I340cc92af1c09b470e4a58259a843caf9022f6e9 Change-Id: If11ef302026b99378f6be308b63217d4e08bd6da
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.