commit | 1cd377491924fe22ff4cc30ddb838a7efccd1933 | [log] [tgz] |
---|---|---|
author | Chang Li <licha@google.com> | Fri Apr 30 17:52:45 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 30 17:52:45 2021 +0000 |
tree | 22e794834c2aa27f0a30880d9e49756a5730b04f | |
parent | 2f6b4a66d0323ac429e58ad7d9411356476b63f8 [diff] | |
parent | 2f325a1cdcb557c7cdb735c1d52a6d698dd7e5cd [diff] |
Allowlist TextClassifierNotificationLibNoManifest sdk version 30. am: 4986e116e5 am: 2f325a1cdc Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1689400 Change-Id: Idc745e327f88f89c7c7ccdbdc5ee6a392980dc63
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.