commit | fc73981c0a9f63493169f8449cb4eec55a5313fa | [log] [tgz] |
---|---|---|
author | Victor Truong <truongvi@google.com> | Fri Jun 16 19:56:15 2023 +0000 |
committer | Victor Truong <truongvi@google.com> | Fri Jun 16 19:56:15 2023 +0000 |
tree | 268a88eaf2d47012e342b270bbbbe04bcc809f55 | |
parent | 2944344c25d51b2d569c9e4bd0a5a39fa1ed316a [diff] |
Revert "Bump min_sdk_version for all launched apex modules" Revert submission 21008756-presubmit-am-d894f43395514d6c93c7e61fd796906f Reason for revert: b/287662223 Reverted changes: /q/submissionid:21008756-presubmit-am-d894f43395514d6c93c7e61fd796906f Change-Id: Ib3e7bbfc1eb861480813de5ff71fd7ea03dd1aa5
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.