commit | 9666eee37c63df584600fbcd89470d100e5c40ae | [log] [tgz] |
---|---|---|
author | Yipeng Cao <tccyp@google.com> | Tue Sep 10 03:08:26 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 10 03:08:26 2024 +0000 |
tree | 414fde1becb0f46fccd6e61eca2d5e2a49012022 | |
parent | b5e9300e563a6886b50fe03e491e2d5118c76e63 [diff] | |
parent | ad9051430e078637e0df77c1ea6f387bc92f407e [diff] |
Merge "Added gson deps for Adservices" into main am: 00bf86c66e am: ad9051430e Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3260136 Change-Id: I3e55114a0fdb1280f663e33d78163b6b728f1b08 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.