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
1 file changed
tree: d2be2cce00544362888b1348ffdb311ac4c0c2eb
  1. build/
  2. java/
  3. proguard/
  4. proto/
  5. sdk/
  6. tools/
  7. Android.bp
  8. generate_ml_bundle.sh
  9. MODULES_OWNERS
  10. OWNERS
  11. PREBUILTS_MODULE_OWNERS
  12. PREUPLOAD.cfg
  13. README.md
README.md

packages/modules/common

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.

java code

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.