commit | 625bf2ea52fafe4adf5d0a718932f79a94b3dfa4 | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Thu Jun 23 10:51:31 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 23 10:51:31 2022 +0000 |
tree | 412554866c4737f34a5cdd8a3fe979fa9710f49e | |
parent | 0ed203ae6386ba8e5110180d266b891c825dd206 [diff] | |
parent | a67f171eca66b055d3ef3f05e3d17e16b7f26e7b [diff] |
Change Bluetooth apex mountpoint am: 358806ae4c am: a67f171eca Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/19038607 Change-Id: I1868aba947cc2e2b5238d63ace5b4510524332ae 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.