commit | 6b635dd3cbdbdc496dc8528fe9c876134db69176 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Fri Apr 07 19:53:00 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Wed Apr 12 15:43:43 2023 -0700 |
tree | 461944953b04a2d216e6844b19475da0c53a1f5a | |
parent | 3a4c5d74d5606a6a2dd21b84f9c90b9df48177d2 [diff] |
allowed_deps: Add libaudioutils_fastmath Code that requires special compilation flags. Apex-Size-Increase: 58k is the static library Previous-Platform-Support: none Test-Info: implements new functionality Aosp-First: will land later Ignore-AOSP-First: will land later Test: atest channelmix_benchmark Test: atest channelmix_tests Test: atest downmix_benchmark Test: atest downmix_tests Bug: 230414312 Bug: 238397904 Change-Id: Idb26a28327e9fb9062234811b4cac809422ddbd1
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.