commit | 0b9b1ebb1fb74b73c9145d67c20ecfd4964dd929 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Sat Apr 22 03:04:37 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Apr 22 03:04:37 2023 +0000 |
tree | 28d1793e04a782f281621f2996d3cb8fdca2ee4b | |
parent | ea18473164eee898df8eff8a9cc82eeb0da1e573 [diff] | |
parent | a09edd229d2e3810381b0779a9c17ade9fa75f18 [diff] |
[automerger skipped] allowed_deps: Add libaudioutils_fastmath am: 6b83244154 am: 368234d3ac -s ours am: a09edd229d -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: I3f667828bde6130aa06221c9068846a83eb8642a 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.