commit | 6279575fbbcedc94e813091bd64569dd181055cf | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Wed May 22 12:29:27 2024 -0700 |
committer | James Zern <jzern@google.com> | Tue Sep 10 18:47:57 2024 -0700 |
tree | 64ca7164e1007ed3c4fa29b3f6570a29e635507e | |
parent | 33cc5acc6fc6c5b28637f5fe7c1ee413acbb0794 [diff] |
build/allowed_deps.txt: add libaom_neon_i8mm This is a private dependency of libaom. Apex-Size-Increase: libcodec2_soft_av1enc.so: ~32KiB 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: I3d69956c90687188eabff7ed49af19dfe26d2460
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.