commit | 68d6f8d08d441226ed9c7bc8840126ef284ac8f6 | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Wed May 22 12:38:31 2024 -0700 |
committer | James Zern <jzern@google.com> | Tue Sep 10 18:48:07 2024 -0700 |
tree | 128547be686158af753be32188093bdf93e14d7c | |
parent | 6279575fbbcedc94e813091bd64569dd181055cf [diff] |
build/allowed_deps.txt: add libaom_sve This is a private dependency of libaom. Apex-Size-Increase: libcodec2_soft_av1enc.so: ~65KiB Previous-Platform-Support: yes Aosp-First: true Test-Info: new instructions will be covered by existing tests with \ requisite hardware Bug: 338678296 Test: presubmit + \ (shiba) atest CtsMediaV2TestCases -- --module-arg \ CtsMediaV2TestCases:instrumentation-arg:codec-prefix:=c2.android.av1.encoder \ mmm external/libaom external/webrtc frameworks/av/media Change-Id: I45602da9d807cd205b707e371e37318cc83e23fe
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.