commit | 0bc5ff7509ac1cbd8a172e6fd4b5ce0eda80981f | [log] [tgz] |
---|---|---|
author | Vineel Sadineni <vsadineni@google.com> | Sat Jun 08 06:34:22 2024 +0000 |
committer | Vineel Sadineni <vsadineni@google.com> | Sat Jun 08 22:06:15 2024 +0000 |
tree | c8b5f9e44a37660c0568ac1e889ab4b17e62aae3 | |
parent | 3e8a2bca59091f7b4600ef74879a99671e1fade6 [diff] |
Update sqlite minSdkVersion from 19 to 21 Change-Id: I41e90adef74ec4238aa684e9366b25d228ca6fc9 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.