commit | bcb9c2796ebd5702600292faf93cdf97b398b01e | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Mar 31 15:43:12 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 31 15:43:12 2021 +0000 |
tree | 0151efd17f965c759f26e5597347c1ae0f5db199 | |
parent | 4a1360b39a765b2e09bc42a3c9b47134bef0b149 [diff] | |
parent | c7354cc0010bb014f837b972eab0f3fe4d463fb2 [diff] |
Update allowed_deps for androidx sdk_version change am: f334fda89b am: c7354cc001 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1652475 Change-Id: Ib7d14a68ceff59f1afbce7c944e35e75834f969d
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.