commit | 4986e116e5d0f38628a011e59c36a97a7cbaecc2 | [log] [tgz] |
---|---|---|
author | Chang Li <licha@google.com> | Thu Apr 29 11:59:06 2021 +0100 |
committer | Chang Li <licha@google.com> | Thu Apr 29 11:59:06 2021 +0100 |
tree | 22e794834c2aa27f0a30880d9e49756a5730b04f | |
parent | cd130663dce039858250957a22d571db37064fac [diff] |
Allowlist TextClassifierNotificationLibNoManifest sdk version 30. Change-Id: I625b4483f827be0666de7e0860db36ba47bb7b2d
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.