commit | 368234d3ac8da078d09f4f5734c552ee7d294a30 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Sat Apr 22 01:40:48 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Apr 22 01:40:48 2023 +0000 |
tree | 18b4dac7bb90251cde3d2e64b5cef659ea85bfa8 | |
parent | f68dbee6fc9f413e39dbbc178c723cb68353a46a [diff] | |
parent | 6b832441540323c351519e9564c2d48bbc364174 [diff] |
allowed_deps: Add libaudioutils_fastmath am: 6b83244154 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2554135 Change-Id: Ica6640658ba45c918fcbfb8a4ca260d67e2af04f 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.