commit | 2cb57155b140b05a78e6ccfebba498782eaec610 | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Wed May 01 20:49:23 2024 +0000 |
committer | Anvesh Renikindi <renikindi@google.com> | Wed May 29 13:55:04 2024 +0000 |
tree | 3bb3cbf31e2d8fa3ba2c8d0d4c1d84f915170f3a | |
parent | b46307a32e2637dbdc4ed406667fc759c02b8850 [diff] |
Updated minsdkversion 19 to 21 Change-Id: Ib68379df95257d0ab09d5a0b248d799925f94271 Aosp-First: No Apex-Size-Increase: Previous-Platform-Support: yes 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.