commit | 8a45abd07da9c30ab083c4e4e1a1378ece559727 | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Mon Jun 03 12:40:08 2024 +0000 |
committer | Anvesh Renikindi <renikindi@google.com> | Mon Jun 03 12:40:15 2024 +0000 |
tree | b3b4244100fdd41ae53b474fefd96027246a7ac4 | |
parent | dd0bd38c61f394834e7896da38c060b781f3b72d [diff] |
Updating min sdk bump from 19 to 21 Change-Id: Iccb48396e5c35f2c8dcfd86a82f6bca0217da4a5 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.