commit | baa2df35abbd519be9b46c40da323386ae2fab94 | [log] [tgz] |
---|---|---|
author | Jack He <siyuanh@google.com> | Tue Apr 06 18:52:50 2021 +0000 |
committer | Jack He <siyuanh@google.com> | Tue Apr 06 18:52:50 2021 +0000 |
tree | 67d2116a2dc0db742f143ad0503fc984121cb224 | |
parent | 16e7fd718433e1bda0769e3f257031fa0abdfdc0 [diff] |
Revert "Update androidx min_sdk_version in allowed_deps" Revert "Set min_sdk_version for java imports in pom2bp" Revert "Give pom2bp -default-min-sdk-version 24 param" Revert submission 1662079-axd Bug: 184656328 Reason for revert: Break build Reverted Changes: I2f4dc7585:Update androidx min_sdk_version in allowed_deps I5cb8c736d:Give pom2bp -default-min-sdk-version 24 param I3b029315a:Set min_sdk_version for java imports in pom2bp Change-Id: Ib5c74b01c356419f42886517c1f3fd9d21421371
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.