commit | 007872aba76ff64c4fa8f5471e481cedfc668e9e | [log] [tgz] |
---|---|---|
author | Nouby Mohamed <nouby@google.com> | Fri Nov 08 04:36:52 2024 +0000 |
committer | Nouby Mohamed <nouby@google.com> | Fri Nov 08 15:51:04 2024 +0000 |
tree | 9548f6ac21d094868d5aa57dc9dd15fa7ecbd383 | |
parent | 95e7265c4d8b2aad4f1eef9ada952c299f99805e [diff] |
Use min_sdk_version 29 instead of 34 Using 34 prevents these crates from being depended on by crates, or code, that specify a lower version. Bug: 339424309 Test: m & treehugger Previous-Platform-Support: Used on git_main Test-Info: Not used by apexes Apex-Size-Increase: NA Aosp-First: YES Change-Id: Ica39dc83cc264b0e5ee5f78daa02eaf591fa0ba0
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.