commit | f334fda89b33b900a2e467315226eaad2e45b3e7 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Mar 25 16:42:25 2021 +0000 |
committer | Anton Hansson <hansson@google.com> | Tue Mar 30 15:38:40 2021 +0100 |
tree | 67d2116a2dc0db742f143ad0503fc984121cb224 | |
parent | f905e243c7066b7335e2a29d44162a3570c45fd3 [diff] |
Update allowed_deps for androidx sdk_version change sdk_version: "30" implies min_sdk_version "30". Ideally we'd like to specify a lower min_sdk_version here, but java_import does not support min_sdk_version at the moment. Test: m apex-allowed-deps-check Merged-In: I879d2260c4779f4c88c26fe1c5b6b8a93c159e40 Change-Id: I879d2260c4779f4c88c26fe1c5b6b8a93c159e40
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.