commit | a09edd229d2e3810381b0779a9c17ade9fa75f18 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Sat Apr 22 02:20:45 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Apr 22 02:20:45 2023 +0000 |
tree | 28d1793e04a782f281621f2996d3cb8fdca2ee4b | |
parent | 5794d99ee661408f9cbadea723e2eae6ffda428e [diff] | |
parent | 368234d3ac8da078d09f4f5734c552ee7d294a30 [diff] |
[automerger skipped] allowed_deps: Add libaudioutils_fastmath am: 6b83244154 am: 368234d3ac -s ours am skip reason: Merged-In Idb26a28327e9fb9062234811b4cac809422ddbd1 with SHA-1 6b635dd3cb is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2554135 Change-Id: I8c79836271426660402b72e5d7ccef2c43b3aaae 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.