commit | c0b976139e5028324f95cf4552f58ce998a92329 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Apr 30 04:53:45 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 30 04:53:45 2024 +0000 |
tree | c304f774550723012aff40c8c8272c7dc416a41a | |
parent | b4e870d394dcaea154c448f43d80e3a681960d54 [diff] | |
parent | 30d6d7d2c1e687cd4f22c53b4cc38a99670affe5 [diff] |
[automerger skipped] Merge "DO NOT MERGE: Remove com.android.location.provider in aosp_mainline_modules" into main am: 94b86641c8 -s ours am: 30d6d7d2c1 -s ours am skip reason: contains skip directive Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3059802 Change-Id: I0a2e4f8baa7bb0247049508a858eff80beab0d97 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.