commit | 9decd91ba7aa8215174718ff8997398903af0a5c | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Wed Sep 11 20:53:45 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 11 20:53:45 2024 +0000 |
tree | 9907ebf466ff738acfa8217f9ce5872ce722d456 | |
parent | 595fd884c2e4520ea97e9d8d1a31710424cb58b1 [diff] | |
parent | c56a9e2c005d464638afdf9b64592b400f3e1021 [diff] |
Merge "build/allowed_deps.txt: add libaom_neon_i8mm" into main am: c56a9e2c00 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3263576 Change-Id: I7d03a29fe796f208c97dc6758cb95de06a652813 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.