commit | 01dc99d0a822cc079c32ac49447e2f884239cba4 | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Fri Sep 13 18:50:17 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Sep 13 18:50:17 2024 +0000 |
tree | 83616e4cc456d3ab0b5110ceef427c8b68124529 | |
parent | 9decd91ba7aa8215174718ff8997398903af0a5c [diff] | |
parent | 17c618325ebe80c068cb1efcbfb9dcc2f64a7d6b [diff] |
Merge "build/allowed_deps.txt: add libaom_sve" into main am: 17c618325e Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3098580 Change-Id: Ib8be9cfe1752df162e726a732dd7a263a583156a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.