commit | 2b134da2e92080e1d7657bb182bca6f89ffdc6f6 | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Mon Apr 29 22:17:07 2024 +0000 |
committer | Anvesh Renikindi <renikindi@google.com> | Thu May 30 02:59:25 2024 +0000 |
tree | 8acac25ee420b51495e1cc5a49e0b6abfddbed0d | |
parent | 639ae3838998c242717c8579d23104e3674b4ab3 [diff] |
Bumping minsdkversion to 21 Change-Id: I729fdf75d0a58543457ebc1b2d106ddc2e7a8b81 Test: Prebuilts Aosp-First: No Apex-Size-Increase: Previous-Platform-Support: No Test-Info:Android JUnit Test ignore-AOSP-First: Merge conflict resolution
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.