commit | 4424a2cbb8bcc8255fe7520d0e9de2e214f7331a | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Apr 15 19:24:13 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Apr 15 19:24:13 2021 +0900 |
tree | 0d8b41875c4005792611c63163ba9de2743006c7 | |
parent | 83518ced51136673cb1b86248af406100c3a723a [diff] |
Fix the min sdk version of the kotlin prebuilts The build system now correctly recognizes the min sdk versino of the prebuilts that don't have the sdk_version property set. Bug: 1663140 Test: m Change-Id: I4078205a8b08c9dfe1bfb65017d9b1723b59b3da
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.