commit | ad786e72e5af3259c9b6e46c3f9f60a61566383d | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Wed Jan 19 16:46:14 2022 -0500 |
committer | Alan Viverette <alanv@google.com> | Fri Feb 25 10:29:00 2022 -0500 |
tree | d2be2cce00544362888b1348ffdb311ac4c0c2eb | |
parent | 654d81ef49ea6061dbe174aa9bc8ae9ee72950c1 [diff] |
Include leanback-grid and kotlin-stdlib-jdk8. This library was split from leanback in https://r.android.com/1849297 Kotlin stdlib JDK 8 extensions is required for Jetpack. Apex-Size-Increase: leanback-grid-1.0.0-alpha02-sources.jar is 77k leanback-1.2.0-alpha03-sources.jar is smaller by almost the same amount. See http://ag/16623781. kotlin-stdlib-jdk8 is 15k. Previous-Platform-Support: Yes, split from already supported lib. Aosp-First: AOSP-first Test-Info: unknown Test: manually built Bug: 214255490 Change-Id: I2522a4910b1696a48f30476c5cc23ab2392a4f82
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.