commit | db747e124dafe1ff051bff2b483e625874523a4b | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Thu May 30 03:48:53 2024 +0000 |
committer | Anvesh Renikindi <renikindi@google.com> | Thu May 30 03:49:00 2024 +0000 |
tree | 65eceeeb8c424359c5506b1d01c982315233cbc6 | |
parent | 639ae3838998c242717c8579d23104e3674b4ab3 [diff] |
Update minsdk bump from 19 to 21 Change-Id: Iedc92a3f585dd8f1e63423b9023d52672d57af39 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.