commit | e3c9501c86cfcd59fd253e06381727d5eafa4a23 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Apr 30 04:33:41 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 30 04:33:41 2024 +0000 |
tree | 634fe0c8e35d6d052c0ff1ac862e0fb73f77c738 | |
parent | 4af2ac1dd7732b92241ff7cc28872b720772016e [diff] | |
parent | 90a1534d552945b58f382ed04fba6c7f29d481b4 [diff] |
[automerger skipped] DO NOT MERGE: Remove com.android.location.provider in aosp_mainline_modules am: 90a1534d55 -s ours am skip reason: contains skip directive Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3059802 Change-Id: I238c79ed6421d6ca589e3ba66bab2c10e6cc3669 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.