commit | aeaee3cdebd25bdfea4fbb0000c6aae5a3fa776f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Apr 16 23:35:42 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 16 23:35:42 2021 +0000 |
tree | a525d3114776fc005c1f1560c47e75c143174491 | |
parent | e9c8f504cf6a07308e986f777f567bb986b4fe3d [diff] | |
parent | 4424a2cbb8bcc8255fe7520d0e9de2e214f7331a [diff] |
Merge "Fix the min sdk version of the kotlin prebuilts"
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.