| commit | 34e721165ac16dcc89ad3e5a80f26888c958859c | [log] [tgz] |
|---|---|---|
| author | Roshan Pius <rpius@google.com> | Mon Nov 11 19:11:28 2024 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 11 19:11:28 2024 +0000 |
| tree | 975ea769b30866286d9cfd1361763901ffe3bfee | |
| parent | 9c3260b50623f8186433248dd138676883b02fe5 [diff] | |
| parent | 0076cb356291679037f9a9271df94791af66042b [diff] |
Add nfc module to mainline SDK am: b8b3b64916 am: 0076cb3562 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3342617 Change-Id: Ie73c57e8e1206dcf763b7905c3d14487cb32c836 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.