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