commit | 6340f2c3718c01db38a85a198f5659c1e3a38aa2 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Fri Apr 14 18:05:20 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 14 18:05:20 2023 +0000 |
tree | 461944953b04a2d216e6844b19475da0c53a1f5a | |
parent | e35887999e49aca740bd28e2a6d90da0dc6bbf06 [diff] | |
parent | 6b635dd3cbdbdc496dc8528fe9c876134db69176 [diff] |
allowed_deps: Add libaudioutils_fastmath am: 6b635dd3cb Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/22539303 Change-Id: I5e0c2754264a6732fe835b19b0b09e162d49be38 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.